|
@@ -201,6 +201,7 @@ class _HomeWidgetState extends State<HomeWidget> {
|
|
|
),
|
|
|
onPressed: () async {
|
|
|
Navigator.of(context, rootNavigator: true).pop('dialog');
|
|
|
+ Navigator.of(context).popUntil((route) => route.isFirst);
|
|
|
final dialog = createProgressDialog(context, "Logging out...");
|
|
|
await dialog.show();
|
|
|
await Configuration.instance.logout();
|