Update app/src/main/java/org/thoughtcrime/securesms/service/KeyCachingService.java

Co-authored-by: Andrew <andrewgallasch@gmail.com>
This commit is contained in:
ThomasSession 2024-08-02 08:44:30 +10:00 committed by GitHub
parent fb7c24a26d
commit 7dcfba4932
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -260,11 +260,11 @@ public class KeyCachingService extends Service {
}
ServiceCompat.startForeground(
this,
SERVICE_RUNNING_ID,
builder.build(),
type
);
this,
SERVICE_RUNNING_ID,
builder.build(),
type
);
}
private PendingIntent buildLockIntent() {