1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-11-25 22:39:22 +00:00

Fix issue

This commit is contained in:
Pierre HUBERT 2020-05-10 18:34:54 +02:00
parent 260002270f
commit e3130c9e4b

View File

@ -128,7 +128,7 @@ abstract class MainController extends State<MainRoute> {
/// Start a call for a given conversation
void startCall(int convID) =>
pushPage(PageInfo(child: CallScreen(convID: null), hideNavBar: true));
pushPage(PageInfo(child: CallScreen(convID: convID), hideNavBar: true));
/// Open account settings
void openAccountSettings() => Navigator.of(context)