Skip to content

Commit

Permalink
refactor: removed unnecessary code in toolbar for light users
Browse files Browse the repository at this point in the history
  • Loading branch information
joragua committed Nov 28, 2024
1 parent 24428f9 commit cdbdc64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog/unreleased/4518
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Enhancement: oCIS Light Users

Support for oCIS light users has been added to the app
oCIS light users (users without personal space) are now supported in the app

https://github.com/owncloud/android/issues/4490
https://github.com/owncloud/android/pull/4518
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class MainEmptyListFragment : Fragment() {
val titleToolbar = requireActivity().findViewById<TextView>(R.id.root_toolbar_title)
titleToolbar.apply {
setCompoundDrawablesRelativeWithIntrinsicBounds(0, 0, 0, 0)
titleToolbar.isClickable = false
isClickable = false
}
}

Expand Down

0 comments on commit cdbdc64

Please sign in to comment.