bugfix #3092 - time left on Queue screen not updated after download completes

This commit is contained in:
Ali 2019-04-19 04:34:06 +01:00
parent a03bf4cfc9
commit f2a777bd06
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ public class QueueFragment extends Fragment {
queue.remove(pos);
queue.add(pos, item);
recyclerAdapter.notifyItemChanged(pos);
refreshInfoBar();
}
}
}