mirror of
https://github.com/wrwrabbit/Partisan-Telegram-Android.git
synced 2026-05-05 23:51:00 +00:00
fix sms row
This commit is contained in:
parent
29d9087f33
commit
ae5f647eca
1 changed files with 2 additions and 0 deletions
|
|
@ -1011,6 +1011,8 @@ public class FakePasscodeActivity extends BaseFragment implements NotificationCe
|
|||
&& fakePasscode.smsAction.messages != null
|
||||
&& !fakePasscode.smsAction.messages.isEmpty()) {
|
||||
smsRow = rowCount++;
|
||||
} else {
|
||||
smsRow = -1;
|
||||
}
|
||||
clearTelegramCacheRow = rowCount++;
|
||||
clearProxiesRow = rowCount++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue