Fixes, Android adaptive icon for crypto.
This commit is contained in:
@@ -25,6 +25,8 @@ class RegistrationScreenState extends BaseState<RegistrationScreen> {
|
||||
RegistrationScreenState(SqliteHelper helper, String app) : super(helper, app);
|
||||
FocusNode _focusNode = new FocusNode();
|
||||
|
||||
bool isAutomaticallyImplyLeading() => false;
|
||||
|
||||
@override
|
||||
Widget build(BuildContext ctx) {
|
||||
return getMainWidget();
|
||||
|
||||
Reference in New Issue
Block a user