Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 06b93cf9 authored by Tiger Huang's avatar Tiger Huang Committed by Android (Google) Code Review
Browse files

Merge "Fix WindowInsets#getStableInsets" into tm-dev

parents dc19fc3b ed3f2e38
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -675,7 +675,7 @@ public final class WindowInsets {
    @Deprecated
    @NonNull
    public Insets getStableInsets() {
        return getInsets(mTypeMaxInsetsMap, mCompatInsetsTypes);
        return getInsets(mTypeMaxInsetsMap, systemBars());
    }

    /**