mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-05 20:25:40 +00:00
Update app/src/main/java/org/thoughtcrime/securesms/service/KeyCachingService.java
Co-authored-by: Andrew <andrewgallasch@gmail.com>
This commit is contained in:
parent
fb7c24a26d
commit
7dcfba4932
@ -260,11 +260,11 @@ public class KeyCachingService extends Service {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ServiceCompat.startForeground(
|
ServiceCompat.startForeground(
|
||||||
this,
|
this,
|
||||||
SERVICE_RUNNING_ID,
|
SERVICE_RUNNING_ID,
|
||||||
builder.build(),
|
builder.build(),
|
||||||
type
|
type
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
private PendingIntent buildLockIntent() {
|
private PendingIntent buildLockIntent() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user