Commit 3da1cab
Fix FAB visibility after SearchView dismissal on deck deletion
Fixes bug in DeckPicker:
open toolbar SearchView -> FAB is hidden -> long click deck ->
delete deck -> Info SnackBar appears, SearchView is closed, FAB is still missing
Deleting the deck would refresh the menu so the SearchView gets
rebuilt and its listeners(which handle the FAB) would not get triggered.
The fix sets the the FAB as visible when the delete deck handler is hit, just
before the SnackBar is requested.1 parent 22dafd8 commit 3da1cab
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
610 | 610 | | |
611 | 611 | | |
612 | 612 | | |
| 613 | + | |
613 | 614 | | |
614 | 615 | | |
615 | 616 | | |
| |||
0 commit comments