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

Commit 3b7edc48 authored by Tiger Huang's avatar Tiger Huang Committed by Automerger Merge Worker
Browse files

Merge "Fix WindowInsets#getStableInsets" into tm-dev am: 06b93cf9 am: 201f94fe

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


    /**
    /**