sforkowany z mirror/meshtastic-android
Fix typo in quick chat dropdown id
rodzic
ed88170c42
commit
340061875f
|
@ -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()
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
android:title="@string/preferences_map_style"
|
||||
app:showAsAction="withText" />
|
||||
<item
|
||||
android:id="@+id/prefernces_quick_chat"
|
||||
android:id="@+id/preferences_quick_chat"
|
||||
android:title="Quick chat options"
|
||||
app:showAsAction="withText" />
|
||||
<item
|
||||
|
|
Ładowanie…
Reference in New Issue