Skip to content

Commit

Permalink
modified the ui a bit
Browse files Browse the repository at this point in the history
Signed-off-by: rapterjet2004 <juliuslinus1@gmail.com>
  • Loading branch information
rapterjet2004 committed Nov 4, 2024
1 parent 6ed5047 commit 6ff7f74
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -896,9 +896,11 @@ class ConversationsListActivity :
if (show) {
binding.floatingActionButton.isEnabled = true
binding.searchText.isEnabled = true
binding.searchText.hint = getString(R.string.appbar_search_in, getString(R.string.nc_app_product_name))
} else {
binding.floatingActionButton.isEnabled = false
binding.searchText.isEnabled = false
binding.searchText.hint = getString(R.string.nc_common_disabled)
}
}

Expand Down

0 comments on commit 6ff7f74

Please sign in to comment.