Tell DownloadLogFragment to refresh

This commit is contained in:
Martin Fietz 2016-01-05 01:40:35 +01:00
parent a218665f8a
commit 07d378cffd
1 changed files with 5 additions and 0 deletions

View File

@ -223,6 +223,11 @@ public class DBWriter {
}
EventDistributor.getInstance().sendFeedUpdateBroadcast();
// we assume we also removed download log entries for the feed or its media files.
// especially important if download or refresh failed, as the user should not be able
// to retry these
EventDistributor.getInstance().sendDownloadLogUpdateBroadcast();
BackupManager backupManager = new BackupManager(context);
backupManager.dataChanged();
}