mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 00:29:11 +01:00
Mark username megaphone completion after hitting continue.
This commit is contained in:
committed by
Nicholas Tinsley
parent
93387ec79a
commit
fb07e897d0
@@ -1,5 +1,6 @@
|
||||
package org.thoughtcrime.securesms.dependencies;
|
||||
|
||||
import android.annotation.SuppressLint;
|
||||
import android.app.Application;
|
||||
import android.os.Handler;
|
||||
import android.os.HandlerThread;
|
||||
@@ -191,6 +192,7 @@ public class ApplicationDependencyProvider implements ApplicationDependencies.Pr
|
||||
return new FrameRateTracker(context);
|
||||
}
|
||||
|
||||
@SuppressLint("DiscouragedApi")
|
||||
public @NonNull MegaphoneRepository provideMegaphoneRepository() {
|
||||
return new MegaphoneRepository(context);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user