Revert "Start WorkManager on upgrade"

This reverts commit d372aa957781127a9d20ac1e3127c886379100d1.
This commit is contained in:
ByteHamster 2019-06-03 11:44:18 +02:00
parent d372aa9577
commit 5630bf756d
2 changed files with 1 additions and 5 deletions

View File

@ -7,7 +7,6 @@ import android.media.MediaMetadataRetriever;
import android.util.Log;
import de.danoeh.antennapod.core.feed.FeedItem;
import de.danoeh.antennapod.core.preferences.UserPreferences;
class DBUpgrader {
/**
@ -289,9 +288,6 @@ class DBUpgrader {
db.execSQL("DROP TABLE " + PodDBAdapter.TABLE_NAME_FEED_IMAGES);
}
if (oldVersion < 1070300) {
UserPreferences.restartUpdateAlarm();
}
}
}

View File

@ -1542,7 +1542,7 @@ public class PodDBAdapter {
*/
private static class PodDBHelper extends SQLiteOpenHelper {
private static final int VERSION = 1070300;
private static final int VERSION = 1060596;
private final Context context;