Skip to content

Commit

Permalink
release1.0.2 : 태블릿 주석처리하고 버전업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
kkh725 committed Sep 4, 2024
1 parent 9e77c6b commit 4e00351
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions app/src/main/java/com/echoist/linkedout/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import com.echoist.linkedout.components.ExitAppErrorBox
import com.echoist.linkedout.navigation.MobileApp
import com.echoist.linkedout.page.home.ReLogInWaringBox
import com.echoist.linkedout.page.myLog.Token
import com.echoist.linkedout.presentation.TabletApp
import com.echoist.linkedout.ui.theme.LinkedOutTheme
import com.google.firebase.auth.ktx.auth
import com.google.firebase.ktx.Firebase
Expand Down Expand Up @@ -110,13 +109,13 @@ import kotlinx.coroutines.delay
}

//release 버전에는 아직 테블릿 제외
if (isTablet) {
TabletApp(this, navController)
} else { //mobile
MobileApp(navController, startDestination)
}
// if (isTablet) {
// TabletApp(this, navController)
// } else { //mobile
// MobileApp(navController, startDestination)
// }

//MobileApp(navController, startDestination)
MobileApp(navController, startDestination)

if (isClickedExit) {
Box(
Expand Down

0 comments on commit 4e00351

Please sign in to comment.