Skip to content

Commit

Permalink
Merge pull request e-mission#50 from JGreenlee/usercache_key_appconfig
Browse files Browse the repository at this point in the history
Add "app_config" to usercache keys
  • Loading branch information
shankari authored Apr 8, 2024
2 parents 6b6d855 + e58d9ff commit 5c19a5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions res/android/usercachekeys.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
<string name="key.usercache.client_time">stats/client_time</string>
<string name="key.usercache.client_nav_event">stats/client_nav_event</string>
<string name="key.usercache.client_error">stats/client_error</string>
<string name="key.usercache.app_config">config/app_ui_config</string>
<string name="metadata.usercache.write_ts">write_ts</string>
</resources>
2 changes: 2 additions & 0 deletions res/ios/usercachekeys.plist
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
<string>stats/client_nav_event</string>
<key>key.usercache.client_error</key>
<string>stats/client_error</string>
<key>key.usercache.app_config</key>
<string>config/app_ui_config</string>
<key>metadata.usercache.write_ts</key>
<string>write_ts</string>
</dict>
Expand Down

0 comments on commit 5c19a5c

Please sign in to comment.