Skip to content

Commit

Permalink
[feature/login_term] 안쓰는 액티비티 제거 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
SsongSik committed Aug 28, 2023
1 parent c2a61de commit e455a81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 23 deletions.
17 changes: 0 additions & 17 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,30 +25,13 @@
android:name="com.meongmoryteam.presentation.ui.splash.SplashActivity"
android:exported="true"
android:theme="@style/Theme.Meongmory">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name="com.meongmoryteam.presentation.ui.login.LoginActivity"
android:theme="@style/Theme.Meongmory">

</activity>
<activity
android:name="com.meongmoryteam.presentation.ui.myPage.profile.MyPageProfileActivity"
android:exported="true"
android:theme="@style/Theme.Meongmory">

</activity>

<activity android:name="com.meongmoryteam.presentation.ui.myPage.question.MyPageQuestionActivity"
android:exported="true"
android:theme="@style/Theme.Meongmory">

</activity>

<activity android:name="com.meongmoryteam.presentation.ui.register_family.RegisterFamilyActivity"
android:exported="true"
android:theme="@style/Theme.Meongmory">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.meongmoryteam.presentation.ui.login

import android.util.Log
import androidx.compose.foundation.background
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.Spacer
Expand Down Expand Up @@ -87,14 +88,10 @@ fun CertificationScreen(
navigateToTermScreen()
}
is LoginContract.LoginEffect.FailCertification -> {
/*
인증 실패 스낵바 기획 논의
*/

}
is LoginContract.LoginEffect.SuccessCertification -> {
/*
인증 성공 스낵바 기획 논의
*/

}
}
}
Expand Down

0 comments on commit e455a81

Please sign in to comment.