mirror of
https://github.com/markqvist/Sideband.git
synced 2026-04-27 22:25:39 +00:00
Ensure RNS exit handlers are executed on service shutdown, in case OS event is not sent. Fixes #90.
This commit is contained in:
parent
dce43bdcfc
commit
0c965d9259
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue