mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-06-20 09:44:26 +08:00
Fix: [ALAS] Handle empty getprop on mumu12 >= 4.0
This commit is contained in:
@@ -486,6 +486,9 @@ class NemuIpc(Platform):
|
||||
def nemu_ipc_available(self) -> bool:
|
||||
if not self.is_mumu_family:
|
||||
return False
|
||||
# >= 4.0 has no info in getprop
|
||||
if self.nemud_player_version == '':
|
||||
return True
|
||||
if self.nemud_app_keep_alive == '':
|
||||
return False
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user