1
0
Fork 1
(cherry picked from commit 7c48dfe5dff0a5598604af34a4c82f67e1d80ca7)
This commit is contained in:
Stephen Paul Weber 2025-01-06 12:41:11 -05:00 committed by Arne
parent 81ed4859c3
commit 28317a7396

View file

@ -542,7 +542,7 @@ public class ConversationsOverviewFragment extends XmppFragment {
}
setupSwipe();
binding.overviewSnackbar.setVisibility(View.GONE);
if (binding.overviewSnackbar != null) binding.overviewSnackbar.setVisibility(View.GONE);
if (activity.xmppConnectionService == null) return;
for (final var account : activity.xmppConnectionService.getAccounts()) {
if (activity.getPreferences().getBoolean("no_mam_pref_warn:" + account.getUuid(), false)) continue;