Update to 7.3.0 (2196)

This commit is contained in:
DrKLO 2020-12-24 09:36:01 +04:00
parent d52b2c921a
commit 4b588b90aa
69 changed files with 4280 additions and 1841 deletions

View file

@ -154,7 +154,7 @@ public class PasscodeActivity extends BaseFragment implements NotificationCenter
if (type != 0) {
ActionBarMenu menu = actionBar.createMenu();
menu.addItemWithWidth(done_button, R.drawable.ic_done, AndroidUtilities.dp(56));
menu.addItemWithWidth(done_button, R.drawable.ic_done, AndroidUtilities.dp(56), LocaleController.getString("Done", R.string.Done));
titleTextView = new TextView(context);
titleTextView.setTextColor(Theme.getColor(Theme.key_windowBackgroundWhiteGrayText6));