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

Fix toggle draw snow

This commit is contained in:
luvletter2333 2022-01-01 20:03:34 +08:00
parent 305c7fe18d
commit 50ed8cfb8b
No known key found for this signature in database
GPG Key ID: A26A8880836E1978

View File

@ -3202,7 +3202,7 @@ public class ProfileActivity extends BaseFragment implements NotificationCenter.
getNotificationCenter().postNotificationName(NotificationCenter.newSuggestionsAvailable);
} else if (which == 18) {
getNotificationsController().cleanupNotificationChannels();
} else if (which == 18) {
} else if (which == 19) {
SharedConfig.toggleDrawSnowInChat();
}
});