Disable the notification profiles megaphone for fresh installs.

This commit is contained in:
Greyson Parrelli
2021-12-22 12:48:31 -05:00
parent 85b3947150
commit fefbf595cd

View File

@@ -57,6 +57,7 @@ public class MegaphoneRepository {
database.markFinished(Event.GROUP_CALLING);
database.markFinished(Event.CHAT_COLORS);
database.markFinished(Event.ADD_A_PROFILE_PHOTO);
database.markFinished(Event.NOTIFICATION_PROFILES);
resetDatabaseCache();
});
}