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

Commit c5af8b08 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[Notif] Reset falsing check for blocking helper"

parents af38493f 142e2dab
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -416,6 +416,12 @@ public class NotificationInfo extends LinearLayout implements NotificationGuts.G
            }
        });
        mExpandAnimation.start();

        // Since we're swapping/update the content, reset the timeout so the UI can't close
        // immediately after the update.
        if (mGutsContainer != null) {
            mGutsContainer.resetFalsingCheck();
        }
    }

    @Override