- Add `setDefaultPlatformOnCreate` function to `MainActivityViewModel` to initialize the application platform from storage when the app starts. If the platform is not found or invalid, the user is logged out. - Call `setDefaultPlatformOnCreate` in `MainActivity.onCreate`. - Add `fromName` companion function to `ApplicationPlatform` enum to retrieve a platform by its name string. |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| build.gradle.kts | ||
| proguard-rules.pro | ||