Skip to content

Commit

Permalink
refactor : 미사용 함수 및 줄바꿈 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
huiwoo-jo committed Mar 31, 2024
1 parent ef29b48 commit cdd9b70
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.dongyang.android.youdongknowme.data.remote.service

import android.media.session.MediaSession
import com.dongyang.android.youdongknowme.data.remote.entity.Token
import retrofit2.http.Body
import retrofit2.http.POST
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ class OnboardingDepartActivity : BaseActivity<ActivityOnboardingDepartBinding, D
}

binding.etOnboardingDepartSearch.addTextChangedListener(object : TextWatcher {
override fun beforeTextChanged(charSequence: CharSequence?, i: Int, i1: Int, i2: Int) =
Unit
override fun beforeTextChanged(charSequence: CharSequence?, i: Int, i1: Int, i2: Int) = Unit

override fun onTextChanged(charSequence: CharSequence?, i: Int, i1: Int, i2: Int) = Unit

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package com.dongyang.android.youdongknowme.ui.view.main
import androidx.lifecycle.LiveData
import androidx.lifecycle.MutableLiveData
import androidx.lifecycle.viewModelScope
import com.dongyang.android.youdongknowme.data.local.SharedPreference
import com.dongyang.android.youdongknowme.data.remote.entity.Token
import com.dongyang.android.youdongknowme.data.repository.MainRepository
import com.dongyang.android.youdongknowme.standard.base.BaseViewModel
Expand Down

0 comments on commit cdd9b70

Please sign in to comment.