mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Do not show username megaphone after a fresh install.
This commit is contained in:
committed by
Cody Henthorne
parent
874f808d56
commit
3f66981359
@@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user