Skip to content

Commit

Permalink
Use main looper to make OPPO Android 14 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed Sep 15, 2023
1 parent 3ffd023 commit 94e1e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/src/main/java/rikka/sui/server/SuiService.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public static void main(String filesPath) {

SuiService.filesPath = filesPath;

Looper.prepare();
Looper.prepareMainLooper();
new SuiService();
Looper.loop();

Expand Down

0 comments on commit 94e1e5a

Please sign in to comment.