Update engine (#6536)

This commit is contained in:
Adam Barth 2016-10-25 17:10:08 -07:00 committed by GitHub
parent 8cd1b79364
commit 18071fd723
2 changed files with 1 additions and 3 deletions

View File

@ -1 +1 @@
9f65114e2061aa2964cc0d2baec8046fc7361ef7
7e5d63513a7ae854605dbd38582cead55594e9f0

View File

@ -58,8 +58,6 @@ abstract class WidgetsBinding extends BindingBase implements GestureBinding, Ren
_instance = this;
buildOwner.onBuildScheduled = _handleBuildScheduled;
ui.window.onLocaleChanged = handleLocaleChanged;
ui.window.onPopRoute = handlePopRoute;
ui.window.onAppLifecycleStateChanged = handleAppLifecycleStateChanged;
PlatformMessages.setJSONMessageHandler('flutter/navigation', _handleNavigationMessage);
PlatformMessages.setStringMessageHandler('flutter/lifecycle', _handleLifecycleMessage);
}