forked from mirror/monocles_chat
little improved view/hide thread icon
This commit is contained in:
parent
406f7cd9db
commit
f1c0e32b85
1 changed files with 1 additions and 1 deletions
|
@ -1560,7 +1560,7 @@ public class ConversationFragment extends XmppFragment
|
|||
//Setting hide thread icon
|
||||
if (!activity.xmppConnectionService.getBooleanPreference("show_thread_feature", R.bool.show_thread_feature)){
|
||||
binding.threadIdenticonLayout.setVisibility(GONE);
|
||||
} else {
|
||||
} else if (activity.xmppConnectionService.getBooleanPreference("show_thread_feature", R.bool.show_thread_feature)){
|
||||
binding.threadIdenticonLayout.setVisibility(VISIBLE);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue