Skip to content

Commit

Permalink
Fix locale config not merged
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Aug 28, 2024
1 parent db50d7b commit 93b0802
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
android:fullBackupOnly="true"
android:hasFragileUserData="true"
android:label="@string/app_name"
android:localeConfig="@xml/locales_config"
android:supportsRtl="true"
android:networkSecurityConfig="@xml/network_security_config"
android:banner="@mipmap/banner">
Expand Down
1 change: 1 addition & 0 deletions mobile/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

<application
android:name=".App"
android:localeConfig="@xml/locales_config"
tools:ignore="MissingTvBanner">

<activity
Expand Down
1 change: 1 addition & 0 deletions tv/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<application
android:name=".App"
android:localeConfig="@xml/locales_config"
android:theme="@style/Theme.Shadowsocks.TV"
tools:ignore="MissingTvBanner"
tools:replace="theme">
Expand Down

0 comments on commit 93b0802

Please sign in to comment.