Skip to content

Commit 848c549

Browse files
committed
[FEAT] #9 : 7차 세미나 필수과제
- SharedPreferences를 활용한 자동 로그인 구현
1 parent 333f2ef commit 848c549

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/src/main/java/co/kr/sopt_seminar_30th/presentation/viewmodel/SignInViewModel.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ class SignInViewModel @Inject constructor(
2727
var userId = MutableLiveData<String>()
2828
var userPassword = MutableLiveData<String>()
2929

30-
private var _autoLogin = MutableLiveData<Boolean>(false)
31-
val autoLogin: LiveData<Boolean> get() = _autoLogin
32-
3330
private var _isSuccess = SingleLiveEvent<Boolean>()
3431
val isSuccess: LiveData<Boolean> get() = _isSuccess
3532

0 commit comments

Comments
 (0)