fix for API 21

This commit is contained in:
Ryan ZHAO 2021-04-29 13:23:02 +10:00
parent d0d4d9eb6f
commit 4508510958

View File

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