mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-28 12:38:09 +08:00
Fix: [ALAS] _maatouch_builder wasn't removed after adb_disconnect()
(cherry picked from commit e10087aaf108f629ed689224e80e45f76905cfac)
This commit is contained in:
@@ -673,7 +673,8 @@ class Connection(ConnectionAttr):
|
|||||||
|
|
||||||
del_cached_property(self, 'hermit_session')
|
del_cached_property(self, 'hermit_session')
|
||||||
del_cached_property(self, 'droidcast_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')
|
del_cached_property(self, 'reverse_server')
|
||||||
|
|
||||||
def adb_restart(self):
|
def adb_restart(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user