Skip to content

Commit

Permalink
fix google code linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
fabOnReact committed Feb 9, 2021
1 parent 815f45f commit d3613a9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -765,8 +765,8 @@ private void checkForKeyboardEvents() {
}
final int heightDiff =
DisplayMetricsHolder.getWindowDisplayMetrics().heightPixels
- mVisibleViewArea.bottom
+ notchHeight;
- mVisibleViewArea.bottom
+ notchHeight;

boolean isKeyboardShowingOrKeyboardHeightChanged =
mKeyboardHeight != heightDiff && heightDiff > mMinKeyboardHeightDetected;
Expand Down

0 comments on commit d3613a9

Please sign in to comment.