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

This commit is contained in:
LmeSzinc 2024-07-23 23:01:48 +08:00
parent 59ad8bd6fc
commit e10087aaf1

View File

@ -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):