Skip to content

Commit

Permalink
[#1011] Remove deprecated signature
Browse files Browse the repository at this point in the history
  • Loading branch information
l2hyunwoo committed Jan 3, 2025
1 parent f82e3ef commit 0480611
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ import androidx.lifecycle.lifecycleScope
import coil.load
import coil.transform.CircleCropTransformation
import dagger.hilt.android.AndroidEntryPoint
import java.io.Serializable
import javax.inject.Inject
import kotlinx.coroutines.delay
import kotlinx.coroutines.flow.launchIn
import kotlinx.coroutines.flow.onEach
Expand Down Expand Up @@ -66,6 +64,8 @@ import org.sopt.official.feature.poke.user.PokeUserListItemViewType
import org.sopt.official.feature.poke.util.addOnAnimationEndListener
import org.sopt.official.feature.poke.util.setRelationStrokeColor
import org.sopt.official.feature.poke.util.showPokeToast
import java.io.Serializable
import javax.inject.Inject

@AndroidEntryPoint
class FriendListSummaryActivity : AppCompatActivity() {
Expand Down Expand Up @@ -110,7 +110,7 @@ class FriendListSummaryActivity : AppCompatActivity() {

private fun initAppBar() {
binding.includeAppBar.apply {
toolbar.setOnClickListener { onBackPressed() }
toolbar.setOnClickListener { onBackPressedDispatcher.onBackPressed() }
textViewTitle.text = getString(R.string.my_friend_title)
}
}
Expand Down

0 comments on commit 0480611

Please sign in to comment.