fix appname

This commit is contained in:
luvletter2333 2022-10-16 00:28:07 +08:00
parent 905cf0a7b3
commit 5e4e11dbcd
No known key found for this signature in database
GPG Key ID: A26A8880836E1978
1 changed files with 1 additions and 5 deletions

View File

@ -2375,11 +2375,7 @@ public class DialogsActivity extends BaseFragment implements NotificationCenter.
} else {
statusDrawable = new AnimatedEmojiDrawable.SwapAnimatedEmojiDrawable(null, AndroidUtilities.dp(26));
statusDrawable.center = true;
if (BuildVars.DEBUG_VERSION) {
actionBar.setTitle(LocaleController.getString("AppNameBeta", R.string.AppNameBeta), statusDrawable);
} else {
actionBar.setTitle(LocaleController.getString("AppName", R.string.AppName), statusDrawable);
}
actionBar.setTitle(LocaleController.getString("NekoX", R.string.NekoX), statusDrawable);
actionBar.setOnLongClickListener(v -> {
if (NekoConfig.hideAllTab.Bool() && filterTabsView != null && filterTabsView.getCurrentTabId() != Integer.MAX_VALUE) {
filterTabsView.toggleAllTabs(true);