mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-19 10:45:13 +01:00
Clean up
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
fc73b80221
commit
f11eb55069
@ -47,8 +47,7 @@ class ServerEntryView : BaseView() {
|
|||||||
override fun getLayoutId(): Int {
|
override fun getLayoutId(): Int {
|
||||||
return R.layout.server_entry_view
|
return R.layout.server_entry_view
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
override fun onCreateView(inflater: LayoutInflater, container: ViewGroup): View {
|
override fun onCreateView(inflater: LayoutInflater, container: ViewGroup): View {
|
||||||
actionBar?.hide()
|
actionBar?.hide()
|
||||||
viewModel = viewModelProvider(factory).get(ServerEntryViewModel::class.java)
|
viewModel = viewModelProvider(factory).get(ServerEntryViewModel::class.java)
|
||||||
|
Loading…
Reference in New Issue
Block a user