mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-13 15:54:59 +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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
protected void showSearchOrToolbar() {
|
protected void showSearchOrToolbar() {
|
||||||
if (TextUtils.isEmpty(searchQuery)) {
|
if (TextUtils.isEmpty(searchQuery)) {
|
||||||
super.showSearchOrToolbar();
|
super.showSearchOrToolbar();
|
||||||
|
@ -807,4 +807,9 @@ public class OperationsMenuController extends BaseController {
|
|||||||
dispose();
|
dispose();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public AppBarLayoutType getAppBarLayoutType() {
|
||||||
|
return AppBarLayoutType.SEARCH_BAR;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user