Skip to content

Commit

Permalink
Fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
lianglixin committed Dec 15, 2020
1 parent c9de3b9 commit 8dcfaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/main/jni/Foundation/IOUniformer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ void IOUniformer::startUniformer(const char *so_path, int api_level, int preview
}
if (api_level < 28) {
#ifdef __arm__
hook_dlopen(api_level);
//hook_dlopen(api_level);
#endif
}
}

0 comments on commit 8dcfaa4

Please sign in to comment.