mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2024-12-24 16:02:13 +01:00
Fix feed list update event not updating list
This commit is contained in:
parent
8175dfd902
commit
4939e27f16
@ -304,12 +304,12 @@ public class SubscriptionFragment extends Fragment {
|
||||
dialog.createNewDialog().show();
|
||||
}
|
||||
|
||||
@Subscribe
|
||||
@Subscribe(threadMode = ThreadMode.MAIN)
|
||||
public void onFeedListChanged(FeedListUpdateEvent event) {
|
||||
loadSubscriptions();
|
||||
}
|
||||
|
||||
@Subscribe
|
||||
@Subscribe(threadMode = ThreadMode.MAIN)
|
||||
public void onUnreadItemsChanged(UnreadItemsUpdateEvent event) {
|
||||
loadSubscriptions();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user