diff options
author | ByteHamster <info@bytehamster.com> | 2022-03-16 23:51:51 +0100 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2022-03-17 00:04:28 +0100 |
commit | 2df8e655ace3cb75a9d7c263bd61e9b4a792a9a5 (patch) | |
tree | 7b80434c4de2397b8f3cb0772fc5d7da89fbfcbc /core/src/test | |
parent | 3b47deb7052aee1036416401eada6b680fd8c713 (diff) | |
download | AntennaPod-2df8e655ace3cb75a9d7c263bd61e9b4a792a9a5.zip |
Updating local files takes long. Show progress.
Diffstat (limited to 'core/src/test')
-rw-r--r-- | core/src/test/java/de/danoeh/antennapod/core/feed/LocalFeedUpdaterTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/test/java/de/danoeh/antennapod/core/feed/LocalFeedUpdaterTest.java b/core/src/test/java/de/danoeh/antennapod/core/feed/LocalFeedUpdaterTest.java index bafee7293..05b0584ed 100644 --- a/core/src/test/java/de/danoeh/antennapod/core/feed/LocalFeedUpdaterTest.java +++ b/core/src/test/java/de/danoeh/antennapod/core/feed/LocalFeedUpdaterTest.java @@ -276,7 +276,7 @@ public class LocalFeedUpdaterTest { // call method to test Feed feed = new Feed(FEED_URL, null); - LocalFeedUpdater.updateFeed(feed, context); + LocalFeedUpdater.updateFeed(feed, context, null); } } |