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

Commit ad5630b9 authored by Samip Garg's avatar Samip Garg Committed by Automerger Merge Worker
Browse files

Merge "Snap tm-dev to android13-tests-dev" into tm-dev am: 100335fd am: 919fd6e0

parents cd847d1d 919fd6e0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
aveena@google.com
ejyzhang@google.com
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -5045,7 +5045,7 @@ public final class ViewRootImpl implements ViewParent,
    }

    void reportKeepClearAreasChanged() {
        if (!mHasPendingKeepClearAreaChange) {
        if (!mHasPendingKeepClearAreaChange || mView == null) {
            return;
        }
        mHasPendingKeepClearAreaChange = false;
+1 −0
Original line number Diff line number Diff line
@@ -102,6 +102,7 @@ public final class NotificationTest {
    @After
    public void tearDown() {
        mNotificationManager.cancelAll();
        mUiDevice.pressHome();
    }

    @Test