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