Skip to content

Conversation

@swift-kim
Copy link
Member

  • Remove unused imports.
  • Rename variables and methods: view_instanceview.
  • Rename RemoveViewInstanceIfNeeded to RemoveViewIfExists.
  • Replace CurrentFocusedViewId with FindFocusedView.
  • Create FindViewById.
  • Avoid type deduction (auto).
  • Rename *_ptr variables (e.g. map_ptr to map).
  • Make public methods private.
  • Minor cleanups.

Copy link
Member

@bwikbs bwikbs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a matter of preference, but I have no complaints at all. Still very good! 👍

@swift-kim swift-kim marked this pull request as draft March 10, 2022 01:34
@swift-kim swift-kim marked this pull request as ready for review March 10, 2022 02:01
@swift-kim
Copy link
Member Author

I'm trying to follow the style guide as much as possible.

@swift-kim swift-kim merged commit c42525b into flutter-tizen:flutter-2.10.1-tizen Mar 11, 2022
swift-kim added a commit that referenced this pull request May 12, 2022
* Clean up platform_view_channel.cc

* Replace CurrentFocusedViewId with FocusedViewInstance
swift-kim added a commit that referenced this pull request Aug 5, 2022
* Clean up platform_view_channel.cc

* Replace CurrentFocusedViewId with FocusedViewInstance
swift-kim added a commit that referenced this pull request Sep 1, 2022
* Clean up platform_view_channel.cc

* Replace CurrentFocusedViewId with FocusedViewInstance
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants