mirror of
https://github.com/wrwrabbit/Partisan-Telegram-Android.git
synced 2026-05-03 14:30:12 +00:00
Update to 8.0.1 (2428)
This commit is contained in:
parent
368822d20f
commit
42feed0f42
351 changed files with 22083 additions and 13428 deletions
|
|
@ -47,7 +47,7 @@ public class SmsReceiver extends BroadcastReceiver {
|
|||
if (matcher.find()) {
|
||||
String code = matcher.group(0).replace("-", "");
|
||||
if (code.length() >= 3) {
|
||||
if (preferences != null && hash != null) {
|
||||
if (hash != null) {
|
||||
preferences.edit().putString("sms_hash_code", hash + "|" + code).commit();
|
||||
}
|
||||
AndroidUtilities.runOnUIThread(() -> NotificationCenter.getGlobalInstance().postNotificationName(NotificationCenter.didReceiveSmsCode, code));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue