1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-07-04 11:13:36 +00:00

Fix wrong delete all

This commit is contained in:
Luv Letter 2021-12-25 02:14:12 +08:00 committed by GitHub
parent e4924c245a
commit 4e7e596959
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4274,6 +4274,7 @@ public class AlertsCreator {
FrameLayout frameLayout = new FrameLayout(activity);
int num = 0;
for (int a = 0; a < 3; a++) {
if (loadParticipant == 0) break;
if (a == 1 && channel_id < 0) continue;
if ((loadParticipant == 2 || !canBan) && a == 0) {
continue;