mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-20 14:49:53 +01:00
Stop periodic list update only once
This commit is contained in:
@@ -208,6 +208,7 @@ public class BriarRecyclerView extends FrameLayout {
|
|||||||
if (refresher != null) {
|
if (refresher != null) {
|
||||||
LOG.info("Removing Handler Callback");
|
LOG.info("Removing Handler Callback");
|
||||||
handler.removeCallbacks(refresher);
|
handler.removeCallbacks(refresher);
|
||||||
|
refresher = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user