|
|
@@ -41,7 +41,7 @@ public class FullScreenWithKeyBoardLayout {
|
|
|
int heightDifference = usableHeightSansKeyboard - usableHeightNow;
|
|
|
if (heightDifference > (usableHeightSansKeyboard / 4)) {
|
|
|
// keyboard probably just became visible
|
|
|
- heightDifference = heightDifference - ResourceUtil.getStatusBarHeightManual();
|
|
|
+ heightDifference = heightDifference - ResourceUtil.getStatusBarHeightManual() - ResourceUtil.getNavBarHeight();
|
|
|
frameLayoutParams.height = usableHeightSansKeyboard - heightDifference;
|
|
|
}
|
|
|
else {
|