mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-31 19:42:34 +00:00
Merge pull request #1210 from nextcloud/fixBottomSheetDismiss
Show search bar when closing bottom sheet
This commit is contained in:
commit
9348f0fcac
@ -686,7 +686,7 @@ public class ConversationsListController extends BaseController implements Searc
|
||||
}
|
||||
|
||||
bottomSheet.setOnShowListener(dialog -> new KeyboardUtils(getActivity(), bottomSheet.getLayout(), true));
|
||||
bottomSheet.setOnDismissListener(dialog -> getActionBar().setDisplayHomeAsUpEnabled(getRouter().getBackstackSize() > 1));
|
||||
bottomSheet.setOnDismissListener(dialog -> showSearchOrToolbar());
|
||||
bottomSheet.show();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user