1
0
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:
2020-05-09 14:38:58 +02:00
parent 27176531cf
commit c262e40e81
4 changed files with 13 additions and 5 deletions

View File

@ -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},