forked from mirror/monocles_chat_clean
Fix app name in about preference
This commit is contained in:
parent
c0e7b91774
commit
b58e17ade3
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ public class AboutPreference extends Preference {
|
|||
}
|
||||
|
||||
private void setSummary() {
|
||||
setSummary(String.format("%s%s %s (%s)", R.string.app_name, BuildConfig.VERSION_NAME, im.conversations.webrtc.BuildConfig.WEBRTC_VERSION, Strings.nullToEmpty(Build.DEVICE)));
|
||||
setSummary(String.format("%s%s %s (%s)", getContext().getString(R.string.app_name), " " + BuildConfig.VERSION_NAME, im.conversations.webrtc.BuildConfig.WEBRTC_VERSION, Strings.nullToEmpty(Build.DEVICE)));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue