Skip to content
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.

Commit

Permalink
Fix for strange crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert221 committed Nov 25, 2018
1 parent 89d0323 commit cc05674
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import io.flutter.plugins.GeneratedPluginRegistrant

class MainActivity : FlutterActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
io.flutter.view.FlutterMain.startInitialization(this)
super.onCreate(savedInstanceState)
GeneratedPluginRegistrant.registerWith(this)
}
Expand Down

0 comments on commit cc05674

Please sign in to comment.