mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2024-12-25 16:23:54 +01:00
bugfix #3092 - time left on Queue screen not updated after download completes
This commit is contained in:
parent
a03bf4cfc9
commit
f2a777bd06
@ -170,6 +170,7 @@ public class QueueFragment extends Fragment {
|
||||
queue.remove(pos);
|
||||
queue.add(pos, item);
|
||||
recyclerAdapter.notifyItemChanged(pos);
|
||||
refreshInfoBar();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user