use KeyserverSyncWorker for updating keys in the foreground, too

This commit is contained in:
Vincent Breitmoser
2018-06-14 18:16:40 +02:00
parent b854331daa
commit 8bf71b893c
7 changed files with 115 additions and 129 deletions

View File

@@ -116,6 +116,7 @@ public final class Constants {
public static final class NotificationChannels {
public static final String KEYSERVER_SYNC = "keyserverSync";
public static final String KEYSERVER_SYNC_FOREGROUND = "keyserverSyncForeground";
}
public static final class Pref {