Skip to content

Commit

Permalink
fix: delete message alert
Browse files Browse the repository at this point in the history
  • Loading branch information
omg-xtao committed May 3, 2024
1 parent 2f766f4 commit ce7457c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6226,6 +6226,7 @@ public static void createDeleteMessagesAlert(BaseFragment fragment, TLRPC.User u
});
}
deleteMessagesBottomSheet.show();
return;
} else if (!hasNotOut && myMessagesCount > 0 && hasNonDiceMessages) {
hasDeleteForAllCheck = true;
FrameLayout frameLayout = new FrameLayout(activity);
Expand Down

0 comments on commit ce7457c

Please sign in to comment.