From 0c965d92592db897e67f97823a9107adeabab9d3 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Fri, 7 Nov 2025 23:15:23 +0100 Subject: [PATCH] Ensure RNS exit handlers are executed on service shutdown, in case OS event is not sent. Fixes #90. --- sbapp/sideband/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbapp/sideband/core.py b/sbapp/sideband/core.py index a83d121..76627c0 100644 --- a/sbapp/sideband/core.py +++ b/sbapp/sideband/core.py @@ -5509,7 +5509,7 @@ class SidebandCore(): def cleanup(self): if RNS.vendor.platformutils.get_platform() == "android": if not self.reticulum.is_connected_to_shared_instance: - RNS.Transport.detach_interfaces() + RNS.Reticulum.exit_handler() def _start_voice(self): try: