Fix toggle draw snow
This commit is contained in:
parent
305c7fe18d
commit
50ed8cfb8b
@ -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();
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user