Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit e0f6c226 authored by Antonio Kantek's avatar Antonio Kantek
Browse files

Clean up InputMethodService

List of clean ups:
* Remove `mIsAutomotive` unused private field;
* Remove `isAutomotive` unused private method;
* Add javadoc to #onAppPrivateCommand empty public method
* Simplify unnecessary fully qualified names
  - 'ViewGroup.LayoutParams.MATCH_PARENT' due to existing static import 'android.view.ViewGroup.LayoutParams.MATCH_PARENT'
  - 'ViewGroup.LayoutParams.WRAP_CONTENT' due to existing static import 'android.view.ViewGroup.LayoutParams.WRAP_CONTENT'
* Replaced 'mHideNavBarForKeyboard' by a local variable.

Bug: 287045146
Test: m

Change-Id: Ie619defc632f2a4b76823a79e7f83471bdfb160e
parent 17e7b884
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment