dolphin-emulator/Source/Android/app
Niel Lebeck 56fd1f39d8 Eliminate TaskViewModel's mustRestartApp field
Instead of having UserDataImportWarningDialog set an
`onResultDismiss` callback that examines `mustRestartApp`, and having
UserDataActivity set `mustRestartApp`, just have UserDataActivity set
the callback directly.

This approach is no more data-race-y than the previous approach, and it
simplifies the code. (The behavior of restarting the app when the task
finishes is specific to the user data import flow, and there is no
reason for TaskViewModel to be directly aware of it.)
2025-02-02 12:24:51 -08:00
..
src/main Eliminate TaskViewModel's mustRestartApp field 2025-02-02 12:24:51 -08:00
.gitignore
build.gradle.kts Android: Add 16 KiB page size support 2024-09-28 13:43:49 +02:00
proguard-rules.pro Android: Clean up ProGuard 2024-05-25 21:56:19 -04:00