mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-13 07:44:11 +01:00
fix to show searchbar after bottom dialog operations
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
4335e44701
commit
6bc5d324b5
@ -452,6 +452,7 @@ public class ConversationsListController extends BaseController implements Searc
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void showSearchOrToolbar() {
|
||||
if (TextUtils.isEmpty(searchQuery)) {
|
||||
super.showSearchOrToolbar();
|
||||
|
@ -807,4 +807,9 @@ public class OperationsMenuController extends BaseController {
|
||||
dispose();
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public AppBarLayoutType getAppBarLayoutType() {
|
||||
return AppBarLayoutType.SEARCH_BAR;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user