boosts: always register boost, add confirmation
Changelog-Added: Add boost confirmation alert Changelog-Fixed: Fixed boosts sometimes not registering after click Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -98,7 +98,7 @@ struct EventView: View {
|
||||
|
||||
if has_action_bar {
|
||||
let bar = make_actionbar_model(ev: event, damus: damus)
|
||||
EventActionBar(event: event, keypair: damus.keypair, profiles: damus.profiles, bar: bar)
|
||||
EventActionBar(damus_state: damus, event: event, bar: bar)
|
||||
}
|
||||
|
||||
Divider()
|
||||
|
||||
Reference in New Issue
Block a user