mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-21 01:05:18 +00:00
Can create new conversations
This commit is contained in:
@ -243,7 +243,7 @@ class _MainRouteState extends MainController {
|
||||
}
|
||||
|
||||
@override
|
||||
void push(Widget w, {bool hideNavBar = false}) {
|
||||
void push(Widget w, {bool hideNavBar = false, bool allowAsDialog}) {
|
||||
_pushPage(CurrPage(
|
||||
BarCallbackActions.OPEN_CUSTOM_WIDGET,
|
||||
args: {"widget": w},
|
||||
|
Reference in New Issue
Block a user