~singpolyma/cheogram-android

6b0f371ba4a265fba4e9cb61b9d19b5c23a23fd3 — Stephen Paul Weber 3 months ago 4ddb5ad
Fix NPE
1 files changed, 1 insertions(+), 0 deletions(-)

M src/main/java/eu/siacs/conversations/ui/ConversationFragment.java
M src/main/java/eu/siacs/conversations/ui/ConversationFragment.java => src/main/java/eu/siacs/conversations/ui/ConversationFragment.java +1 -0
@@ 2503,6 2503,7 @@ public class ConversationFragment extends XmppFragment
                newThread();
            } else {
                if (conversation.getMode() == Conversation.MODE_MULTI) {
                    if (activity == null || activity.xmppConnectionService == null) return;
                    if (!activity.xmppConnectionService.getBooleanPreference("follow_thread_in_channel", R.bool.follow_thread_in_channel)) return;
                }