You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
Show crash info correctly
This commit is contained in:
@@ -10,7 +10,6 @@ pub enum RootImpl {
|
||||
Magisk,
|
||||
}
|
||||
|
||||
// FIXME: OnceCell bugs on 32 bit
|
||||
static mut ROOT_IMPL: RootImpl = RootImpl::None;
|
||||
|
||||
pub fn setup() {
|
||||
|
||||
Reference in New Issue
Block a user