mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-21 15:05:28 +00:00
Fix zygisk v5
This commit is contained in:
parent
ef81cdab4f
commit
4931825912
@ -64,6 +64,7 @@ bool ZygiskModule::valid() const {
|
||||
if (mod.api_version == nullptr)
|
||||
return false;
|
||||
switch (*mod.api_version) {
|
||||
case 5:
|
||||
case 4:
|
||||
case 3:
|
||||
case 2:
|
||||
|
Loading…
Reference in New Issue
Block a user