Skip to content
Snippets Groups Projects
Verified Commit 8d9ddeee authored by Torsten Grote's avatar Torsten Grote
Browse files

Stop periodic list update only once

parent baed2b84
No related branches found
No related tags found
No related merge requests found
......@@ -208,6 +208,7 @@ public class BriarRecyclerView extends FrameLayout {
if (refresher != null) {
LOG.info("Removing Handler Callback");
handler.removeCallbacks(refresher);
refresher = null;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment