fix for API 21

This commit is contained in:
Ryan ZHAO 2021-04-29 13:23:02 +10:00
parent d0d4d9eb6f
commit 4508510958
1 changed files with 0 additions and 1 deletions

View File

@ -119,7 +119,6 @@ public class KeyCachingService extends Service {
KeyCachingService.masterSecret = masterSecret;
foregroundService();
startTimeoutIfAppropriate(this);
new AsyncTask<Void, Void, Void>() {
@Override