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:
@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user