mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: remove constructor from DeviceSettingsFragment
This commit is contained in:
parent
e20e66b7f7
commit
b93098cbce
4 changed files with 27 additions and 6 deletions
|
|
@ -129,8 +129,9 @@ class UsersFragment : ScreenFragment("Users"), Logging {
|
|||
}
|
||||
R.id.remote_admin -> {
|
||||
debug("calling remote admin --> destNum: ${node.num.toUInt()}")
|
||||
model.setDestNode(node)
|
||||
parentFragmentManager.beginTransaction()
|
||||
.replace(R.id.mainActivityLayout, DeviceSettingsFragment(node))
|
||||
.replace(R.id.mainActivityLayout, DeviceSettingsFragment())
|
||||
.addToBackStack(null)
|
||||
.commit()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue