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

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

Merge "Restore behavior of isUserRunning"

parents 0f49da2b a24e8121
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1499,8 +1499,7 @@ final class UserController {
            }
        }

        // One way or another, we're running!
        return true;
        return state.state != UserState.STATE_STOPPING && state.state != UserState.STATE_SHUTDOWN;
    }

    UserInfo getCurrentUser() {