Do not show chat color megaphone to new users.

They already have the onboarding variant.
fork-5.53.8
Greyson Parrelli 2021-06-03 19:50:40 -04:00
rodzic e57f24c062
commit 0f2f0450e3
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -56,6 +56,7 @@ public class MegaphoneRepository {
database.markFinished(Event.LINK_PREVIEWS);
database.markFinished(Event.RESEARCH);
database.markFinished(Event.GROUP_CALLING);
database.markFinished(Event.CHAT_COLORS);
resetDatabaseCache();
});
}