Skip to content

Commit

Permalink
ignore when flutter bg breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
crc-32 committed Jul 27, 2024
1 parent c85fee4 commit 286c038
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ class FlutterBackgroundController @Inject constructor(
flutterEngine.dartExecutor.executeDartCallback(callbackToStart)
GeneratedPluginRegister.registerGeneratedPlugins(flutterEngine)
} catch (e: NullPointerException) {
//XXX: Bodge for now until we get rid of bg
Timber.w(e, "Failed to start Flutter engine")
return@coroutineScope
}
}

Expand Down

0 comments on commit 286c038

Please sign in to comment.