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:
Tiger Huang
2022-04-12 06:30:51 +00:00
committed by Automerger Merge Worker

View File

@@ -675,7 +675,7 @@ public final class WindowInsets {
@Deprecated
@NonNull
public Insets getStableInsets() {
return getInsets(mTypeMaxInsetsMap, mCompatInsetsTypes);
return getInsets(mTypeMaxInsetsMap, systemBars());
}
/**