[FIX] Logout when install fresh Official and Experimental iOS app (#2493)
This commit is contained in:
parent
101aad4956
commit
f86b274bc8
|
@ -71,7 +71,7 @@ static void InitializeFlipper(UIApplication *application) {
|
|||
[MMKV initializeMMKV:nil groupDir:groupDir logLevel:MMKVLogNone];
|
||||
|
||||
// Start the MMKV container
|
||||
MMKV *defaultMMKV = [MMKV defaultMMKV];
|
||||
MMKV *defaultMMKV = [MMKV mmkvWithID:@"migration" mode:MMKVMultiProcess];
|
||||
BOOL alreadyMigrated = [defaultMMKV getBoolForKey:@"alreadyMigrated"];
|
||||
|
||||
if (!alreadyMigrated) {
|
||||
|
|
Loading…
Reference in New Issue