mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-25 10:01:10 +00:00
Fix: [ALAS] _maatouch_builder wasn't removed after adb_disconnect()
This commit is contained in:
parent
59ad8bd6fc
commit
e10087aaf1
@ -679,7 +679,8 @@ class Connection(ConnectionAttr):
|
||||
|
||||
del_cached_property(self, 'hermit_session')
|
||||
del_cached_property(self, 'droidcast_session')
|
||||
del_cached_property(self, 'minitouch_builder')
|
||||
del_cached_property(self, '_minitouch_builder')
|
||||
del_cached_property(self, '_maatouch_builder')
|
||||
del_cached_property(self, 'reverse_server')
|
||||
|
||||
def adb_restart(self):
|
||||
|
Loading…
Reference in New Issue
Block a user