Fix typo in quick chat dropdown id

This commit is contained in:
Douile 2022-08-10 17:26:15 +01:00
parent ed88170c42
commit 340061875f
No known key found for this signature in database
GPG key ID: DC9D70626CEF33D0
2 changed files with 2 additions and 2 deletions

View file

@ -1070,7 +1070,7 @@ class MainActivity : BaseActivity(), Logging,
chooseMapStyle()
return true
}
R.id.prefernces_quick_chat -> {
R.id.preferences_quick_chat -> {
val fragmentManager: FragmentManager = supportFragmentManager
val fragmentTransaction: FragmentTransaction = fragmentManager.beginTransaction()
val nameFragment = QuickChatSettingsFragment()