Resolves #401 Fix login restart and several login views opened
This commit is contained in:
@ -200,9 +200,10 @@ class ShowEntityPageEvent {
|
||||
}
|
||||
|
||||
class ShowPageEvent {
|
||||
String path;
|
||||
final String path;
|
||||
final bool goBackFirst;
|
||||
|
||||
ShowPageEvent(this.path);
|
||||
ShowPageEvent({@required this.path, this.goBackFirst: false});
|
||||
}
|
||||
|
||||
class ShowErrorEvent {
|
||||
|
Reference in New Issue
Block a user