38ed07caa7
Bug: In Downloader view, while deleting items, Snackbars at the bottom of the UI keep queuing up. You need to wait for all of them to dismiss themselves for files to actually be deleted. If you close NewPipe before all snackbars are dismissed, your files will not be deleted and show up again next time you start NewPipe. Fix: When running append(), trigger the commit() action immediately and cancel all delayed callbacks for commit(). This prevents Snackbars from stacking up in reverse order. Fixes: https://github.com/TeamNewPipe/NewPipe/issues/5660 |
||
---|---|---|
.. | ||
Deleter.java | ||
ProgressDrawable.java | ||
ToolbarActivity.java |