mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-03 21:53:55 -04:00
Fix typo in quick chat dropdown id
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user