1
0
mirror of https://github.com/NekoX-Dev/NekoX.git synced 2024-12-11 18:49:59 +01:00

Fingerprint unlock title

This commit is contained in:
Riko Sakurauchi 2019-12-07 14:44:24 +08:00
parent b7c9dd2e32
commit 1d6a579d9d
No known key found for this signature in database
GPG Key ID: 25AC0345B92902AF

View File

@ -972,7 +972,7 @@ public class PasscodeView extends FrameLayout {
fingerprintStatusTextView.setLayoutParams(layoutParams);
AlertDialog.Builder builder = new AlertDialog.Builder(getContext());
builder.setTitle(LocaleController.getString("AppName", R.string.AppName));
builder.setTitle("\uD83D\uDE36 Nekogram");
builder.setView(relativeLayout);
builder.setNegativeButton(LocaleController.getString("Cancel", R.string.Cancel), null);
builder.setOnDismissListener(dialog -> {