Do not show username megaphone after a fresh install.

This commit is contained in:
Greyson Parrelli
2024-03-18 09:48:40 -04:00
committed by Cody Henthorne
parent 874f808d56
commit 3f66981359

View File

@@ -52,6 +52,7 @@ public class MegaphoneRepository {
public void onFirstEverAppLaunch() {
executor.execute(() -> {
database.markFinished(Event.ADD_A_PROFILE_PHOTO);
database.markFinished(Event.PNP_LAUNCH);
resetDatabaseCache();
});
}