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

Fix: missing break in ChatActivity.java

This commit is contained in:
luvletter2333 2021-04-17 17:13:29 +08:00 committed by 世界
parent 3d4ab4fb89
commit 6e80a66573
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4

View File

@ -20949,6 +20949,8 @@ public class ChatActivity extends BaseFragment implements NotificationCenter.Not
}
break;
}
case 204: {
if (selectedObjectGroup != null) {