diff --git a/res/layout/conversation_onboarding.xml b/res/layout/conversation_onboarding.xml index bc180947831..5de21666285 100644 --- a/res/layout/conversation_onboarding.xml +++ b/res/layout/conversation_onboarding.xml @@ -15,10 +15,12 @@ --> () { @Override @@ -69,6 +71,8 @@ public class NoConversationsPreferenceController extends ConversationListPrefere if (mContext == null) { return; } + pref.findViewById(R.id.onboarding).setVisibility(mConversations.size() == 0 + ? View.VISIBLE : View.GONE); preference.setVisible(mConversations.size() == 0); } }.execute();