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

Commit b79add45 authored by Cody Kesting's avatar Cody Kesting
Browse files

Correct comment for safe mode alarm in VcnGatewayConnection.

Bug: 178140973
Test: atest FrameworksVcnTests
Change-Id: I0cadd145fe41f5589fb79725a4370aed527927a0
parent a65c2d8a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1635,8 +1635,7 @@ public class VcnGatewayConnection extends StateMachine {

        @Override
        protected void exitState() {
            // Attempt to set the safe mode alarm - this requires the Vcn Network being validated
            // while in ConnectedState (which cancels the previous alarm)
            // Will only set a new alarm if no safe mode alarm is currently scheduled.
            setSafeModeAlarm();
        }
    }