Skip to content

Commit

Permalink
fix: fixed crash on android force close
Browse files Browse the repository at this point in the history
  • Loading branch information
juicycleff committed Aug 5, 2022
1 parent 10564e6 commit a1ab360
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ class FlutterUnityWidgetController(
}

override fun onUnityPlayerQuitted() {
TODO("Not yet implemented")
if (disposed) return
}

//#endregion
Expand Down

0 comments on commit a1ab360

Please sign in to comment.