Stop periodic list update only once

This commit is contained in:
Torsten Grote
2017-01-04 11:15:19 -02:00
parent baed2b8483
commit 8d9ddeeeee

View File

@@ -208,6 +208,7 @@ public class BriarRecyclerView extends FrameLayout {
if (refresher != null) {
LOG.info("Removing Handler Callback");
handler.removeCallbacks(refresher);
refresher = null;
}
}