1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 20:58:19 +08:00

Fix: [ALAS] _maatouch_builder wasn't removed after adb_disconnect()

(cherry picked from commit e10087aaf108f629ed689224e80e45f76905cfac)
This commit is contained in:
LmeSzinc
2024-07-23 23:01:48 +08:00
parent 44b623c06c
commit 790fee8aa7

View File

@@ -673,7 +673,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):