mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-27 14:40:22 +00:00
Revert "Call startForeground onCreate for generic foreground service. "
This commit is contained in:
@@ -55,14 +55,6 @@ public final class GenericForegroundService extends Service {
|
||||
|
||||
private @Nullable Entry lastPosted;
|
||||
|
||||
@Override
|
||||
public void onCreate() {
|
||||
super.onCreate();
|
||||
synchronized (GenericForegroundService.class) {
|
||||
updateNotification();
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public int onStartCommand(Intent intent, int flags, int startId) {
|
||||
if (intent == null) {
|
||||
|
||||
Reference in New Issue
Block a user