forked from organicmaps/organicmaps
[android] Fixed fullscreen mode placeholder on Samsung 9
This commit is contained in:
parent
92041902b6
commit
3d17188e3d
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ public class PlaceholderView extends FrameLayout
|
|||
int[] location = new int[2];
|
||||
getLocationOnScreen(location);
|
||||
ViewGroup.LayoutParams lp = getLayoutParams();
|
||||
lp.height = height - insets.getSystemWindowInsetBottom() - location[1];
|
||||
lp.height = height - insets.getStableInsetBottom() - location[1];
|
||||
setLayoutParams(lp);
|
||||
return insets;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue