Loading app/src/main/java/foundation/e/apps/feature/main/MainActivityStartupStateMachine.kt +3 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,9 @@ internal class MainActivityStartupStateMachine( val authRefreshSnapshot = (authRefreshState as? AuthRefreshState.Completed)?.snapshot if (authRefreshSnapshot != null && gPlayLoginRequested) { closeAfterLogin = !authRefreshSnapshot.hasActiveSessions if (!authRefreshSnapshot.hasActiveSessions) { closeAfterLogin = true } if ( authRefreshSnapshot.hasActiveSessions && Loading Loading
app/src/main/java/foundation/e/apps/feature/main/MainActivityStartupStateMachine.kt +3 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,9 @@ internal class MainActivityStartupStateMachine( val authRefreshSnapshot = (authRefreshState as? AuthRefreshState.Completed)?.snapshot if (authRefreshSnapshot != null && gPlayLoginRequested) { closeAfterLogin = !authRefreshSnapshot.hasActiveSessions if (!authRefreshSnapshot.hasActiveSessions) { closeAfterLogin = true } if ( authRefreshSnapshot.hasActiveSessions && Loading