mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-19 13:41:26 +00:00
show search bar when closing bottom sheet
Fixes #1172 Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
e32207d11d
commit
f119adf974
@ -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