mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-26 15:05:44 +03: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
2 changed files with 6 additions and 0 deletions
|
@ -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 a new issue