added uptime monitoring
This commit is contained in:
@@ -94,6 +94,7 @@ class _WorkspaceScreenState extends State<WorkspaceScreen>
|
||||
// reference it if needed.
|
||||
SharedPreferences.getInstance().then((prefs) {
|
||||
prefs.setString('workspaceId', workspaces.first.id);
|
||||
prefs.setString('workspaceInitials', workspaces.first.name[0]);
|
||||
});
|
||||
_navigateToHome();
|
||||
} else if (workspaces.isEmpty) {
|
||||
|
||||
Reference in New Issue
Block a user