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

Commit df0c9f0d authored by Beverly Tai's avatar Beverly Tai Committed by Android (Google) Code Review
Browse files

Merge "Fix NPE on dozeTimeTIck" into sc-dev

parents 26d34a40 fd361c5e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -231,6 +231,9 @@ public class UdfpsController implements DozeReceiver, HbmCallback {

    @Override
    public void dozeTimeTick() {
        if (mView == null) {
            return;
        }
        mView.dozeTimeTick();
    }