Skip to content

Commit

Permalink
Refine #937
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Oct 13, 2016
1 parent 17382a1 commit 674d493
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class ShadowsocksApplication extends Application {
}
} else {
val newLocale = checkChineseLocale(config.locale)
if (newLocale != null && config.locale != newLocale) {
if (newLocale != null) {
val newConfig = new Configuration(config)
newConfig.locale = newLocale
val res = getResources
Expand Down

0 comments on commit 674d493

Please sign in to comment.