Update to 7.3.0 (2195)

This commit is contained in:
DrKLO 2020-12-23 11:48:30 +04:00
parent 5a47056c7b
commit d52b2c921a
4526 changed files with 73002 additions and 104030 deletions

View file

@ -849,6 +849,7 @@ public class NotificationsCustomSettingsActivity extends BaseFragment {
editor.putString("ChannelSoundPath", "NoSound");
}
}
getNotificationsController().deleteNotificationChannelGlobal(currentType);
editor.commit();
getNotificationsController().updateServerNotificationsSettings(currentType);
RecyclerView.ViewHolder holder = listView.findViewHolderForAdapterPosition(requestCode);