Skip to content

Commit

Permalink
Call the superclass onConfigurationChanged in FlutterActivity (flutte…
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-simmons authored Jun 8, 2017
1 parent 11131b2 commit e70fe37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell/platform/android/io/flutter/app/FlutterActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ public void onLowMemory() {

@Override
public void onConfigurationChanged(Configuration newConfig) {
super.onConfigurationChanged(newConfig);
eventDelegate.onConfigurationChanged(newConfig);
}
}

0 comments on commit e70fe37

Please sign in to comment.