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

Commit 0dcb11a1 authored by Justin Weir's avatar Justin Weir
Browse files

Add a comment explaining a bug fix

Bug: 311266890
Test: N/A
Flag: N/A
Change-Id: Ic3737b1e549ed60ae3ce8134fdc483871b1fb809
parent 7cf1ef66
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
        }