Skip to content

Commit

Permalink
don't crash when rotate
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael McCulloch committed Dec 25, 2022
1 parent 11fdda9 commit 1efeb0e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ public void onCreate() {

@Override
public void onDestroy() {
RustLib.uninit();
super.onDestroy();
RustLib.uninit();

}

@Override
Expand Down

0 comments on commit 1efeb0e

Please sign in to comment.