Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit cb20fb4

Browse files
correct example
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 parent d656d1d commit cb20fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/fox2code/mmm/settings/SettingsActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ public void onCreatePreferences(Bundle savedInstanceState, String rootKey) {
562562
// Determine if this is an official build based on the signature
563563
String flavor = BuildConfig.FLAVOR;
564564
String type = BuildConfig.BUILD_TYPE;
565-
// Set the summary of pref_pkg_info to something like Github-debug v1.0 (123) (Official)
565+
// Set the summary of pref_pkg_info to something like default-debug v1.0 (123) (Official)
566566
String pkgInfo = getString(R.string.pref_pkg_info_summary, flavor + "-" + type, BuildConfig.VERSION_NAME, BuildConfig.VERSION_CODE, MainApplication.isOfficial ? getString(R.string.official) : getString(R.string.unofficial));
567567
findPreference("pref_pkg_info").setSummary(pkgInfo);
568568
}

0 commit comments

Comments
 (0)