Skip to content

Commit

Permalink
[FEAT] #9 : 7차 세미나 필수과제
Browse files Browse the repository at this point in the history
- SharedPreferences를 활용한 자동 로그인 구현
  • Loading branch information
hansh0101 committed Jun 10, 2022
1 parent 333f2ef commit 848c549
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ class SignInViewModel @Inject constructor(
var userId = MutableLiveData<String>()
var userPassword = MutableLiveData<String>()

private var _autoLogin = MutableLiveData<Boolean>(false)
val autoLogin: LiveData<Boolean> get() = _autoLogin

private var _isSuccess = SingleLiveEvent<Boolean>()
val isSuccess: LiveData<Boolean> get() = _isSuccess

Expand Down

0 comments on commit 848c549

Please sign in to comment.