1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-21 01:05:18 +00:00

Use a key for main controller

This commit is contained in:
2020-05-09 14:07:14 +02:00
parent 6d95d5f7a2
commit 4367dcc728
4 changed files with 18 additions and 3 deletions

View File

@ -27,6 +27,8 @@ import '../login_route.dart';
/// @author Pierre HUBERT
class SmartphoneMainRoute extends StatefulWidget implements MainRoute {
const SmartphoneMainRoute({Key key}) : super(key: key);
@override
State<StatefulWidget> createState() => _MainRouteState();
}