Commit 18071fd7 authored by Adam Barth's avatar Adam Barth Committed by GitHub

Update engine (#6536)

parent 8cd1b793
9f65114e2061aa2964cc0d2baec8046fc7361ef7
7e5d63513a7ae854605dbd38582cead55594e9f0
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment