mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-25 22:39:22 +00:00
Fix issue
This commit is contained in:
parent
260002270f
commit
e3130c9e4b
@ -128,7 +128,7 @@ abstract class MainController extends State<MainRoute> {
|
|||||||
|
|
||||||
/// Start a call for a given conversation
|
/// Start a call for a given conversation
|
||||||
void startCall(int convID) =>
|
void startCall(int convID) =>
|
||||||
pushPage(PageInfo(child: CallScreen(convID: null), hideNavBar: true));
|
pushPage(PageInfo(child: CallScreen(convID: convID), hideNavBar: true));
|
||||||
|
|
||||||
/// Open account settings
|
/// Open account settings
|
||||||
void openAccountSettings() => Navigator.of(context)
|
void openAccountSettings() => Navigator.of(context)
|
||||||
|
Loading…
Reference in New Issue
Block a user