Merge "Fix WindowInsets#getStableInsets" into tm-dev am: 06b93cf997
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17691529 Change-Id: I45910236eed6ada2641d1fe2662e29a926baf848 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -675,7 +675,7 @@ public final class WindowInsets {
|
||||
@Deprecated
|
||||
@NonNull
|
||||
public Insets getStableInsets() {
|
||||
return getInsets(mTypeMaxInsetsMap, mCompatInsetsTypes);
|
||||
return getInsets(mTypeMaxInsetsMap, systemBars());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user