mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-02 04:32:02 +00:00
Fix another crash
This commit is contained in:
parent
fa054e7e5a
commit
35fd4d36a9
@ -855,9 +855,11 @@ public class ChatController extends BaseController implements MessagesListAdapte
|
||||
NotificationUtils.cancelExistingNotifications(getApplicationContext(), conversationUser);
|
||||
|
||||
isFirstMessagesProcessing = false;
|
||||
loadingProgressBar.setVisibility(View.GONE);
|
||||
if (loadingProgressBar != null) {
|
||||
loadingProgressBar.setVisibility(View.GONE);
|
||||
}
|
||||
|
||||
if (emptyLayout.getVisibility() != View.VISIBLE) {
|
||||
if (emptyLayout != null && emptyLayout.getVisibility() != View.VISIBLE) {
|
||||
emptyLayout.setVisibility(View.VISIBLE);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user