mirror of
https://github.com/LSPosed/LSPlant.git
synced 2025-05-04 20:42:02 +08:00
Fix IsBackup
This commit is contained in:
parent
ae4bc68b12
commit
05289b548a
@ -143,7 +143,7 @@ export {
|
|||||||
hooked_methods_.if_contains(art_method, [&backup](const auto &it) {
|
hooked_methods_.if_contains(art_method, [&backup](const auto &it) {
|
||||||
if (!it.second.first) backup = it.second.second;
|
if (!it.second.first) backup = it.second.second;
|
||||||
});
|
});
|
||||||
return nullptr;
|
return backup;
|
||||||
}
|
}
|
||||||
|
|
||||||
inline bool IsDeoptimized(art::ArtMethod * art_method) {
|
inline bool IsDeoptimized(art::ArtMethod * art_method) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user