Merge pull request #3126 from alimemonzx/develop

bugfix #3092 - time left on Queue screen not updated after download c…
This commit is contained in:
H. Lehmann 2019-04-19 11:58:41 +02:00 committed by GitHub
commit f4de370f17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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();
}
}
}