mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
fix(android): Fix typo from refactor (#3511)
This commit is contained in:
@@ -14,7 +14,7 @@ import kotlinx.coroutines.launch
|
||||
|
||||
class LogSettingsFragment : Fragment(R.layout.fragment_settings_logs) {
|
||||
private var _binding: FragmentSettingsLogsBinding? = null
|
||||
val binding: FragmentSettingsLogBinding get() = _binding!!
|
||||
val binding: FragmentSettingsLogsBinding get() = _binding!!
|
||||
private val viewModel: SettingsViewModel by activityViewModels()
|
||||
|
||||
override fun onViewCreated(
|
||||
|
||||
Reference in New Issue
Block a user