Skip to content

Commit

Permalink
[#1012] remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
l2hyunwoo committed Jan 2, 2025
1 parent 5b16e97 commit 8d2b1f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 8d2b1f1

Please sign in to comment.