mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
No semantic changes, just consolidates static functions in FlutterViewController.mm local to the translation unit into a single contiguous block at the top. Also includes three minor (non-semantic) changes: * Corrects static function naming to UpperCamelCase * Adds doc comments for `OnKeyboardLayoutChanged` * Adds a mark to help highlight the static data/function block at the top of the file in Xcode. [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style