Skip to content

Commit

Permalink
Merge pull request #9 from ShazaHassan/develop
Browse files Browse the repository at this point in the history
Fix issue
  • Loading branch information
artur-ios-dev authored Mar 30, 2020
2 parents b1b9005 + 05815ef commit e3bdba4
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,11 @@ class MainActivity: FlutterActivity() {
override fun configureFlutterEngine(@NonNull flutterEngine: FlutterEngine) {
GeneratedPluginRegistrant.registerWith(flutterEngine);
}

override fun onCreate(savedInstanceState: Bundle?) {
intent.putExtra("enable-software-rendering", true)
super.onCreate(savedInstanceState)

}

}

0 comments on commit e3bdba4

Please sign in to comment.