Fix account inconsistency reset causing restore flow to show bug.

This commit is contained in:
Cody Henthorne
2025-11-04 10:55:16 -05:00
parent 6d5bb65c19
commit 2b2e3e1d02
4 changed files with 18 additions and 14 deletions
@@ -23,11 +23,4 @@ public final class AppUtil {
context.startActivity(defaultIntent);
Runtime.getRuntime().exit(0);
}
/**
* Clears all app data, will cause the app to stop running.
*/
public static void clearData(@NonNull Context context) {
ContextCompat.getSystemService(context, ActivityManager.class).clearApplicationUserData();
}
}