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

Commit fd5e8197 authored by Justin Weir's avatar Justin Weir Committed by Android (Google) Code Review
Browse files

Merge "Add a comment explaining a bug fix" into main

parents 187ca509 0dcb11a1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -41,7 +41,9 @@ constructor(
            Log.e(TAG, "Already enabled")
            return
        }
        //TODO(b/313957306) delete this check
        if (shadeInteractorLazy.get().isUserInteracting.value) {
            // Workaround for b/311266890. This flow is in an error state that breaks this.
            Log.e(TAG, "isUserInteracting already true, skipping enable")
            return
        }