Skip to content

Commit

Permalink
yolo also update shared prefs on cache load
Browse files Browse the repository at this point in the history
  • Loading branch information
aarsilv committed Apr 5, 2024
1 parent 31318b1 commit c879c5f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public boolean loadFromCache(InitializationCallback callback) {
throw new JsonSyntaxException("Configuration file missing flags");
}
flags = configResponse.getFlags();
updateConfigsInSharedPrefs();
}
Log.d(TAG, "Cache loaded successfully");
} catch (Exception e) {
Expand Down

0 comments on commit c879c5f

Please sign in to comment.