mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-26 23:25:20 +03:00
Remove logs
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
3ff2cfaca4
commit
df7f50ba01
1 changed files with 0 additions and 4 deletions
|
@ -1103,7 +1103,6 @@ public class ChatController extends BaseController implements MessagesListAdapte
|
|||
}
|
||||
}
|
||||
|
||||
Log.d("MARIO-PUSH PROCESSING", String.valueOf(isFromTheFuture));
|
||||
if (response.code() == 200) {
|
||||
|
||||
ChatOverall chatOverall = (ChatOverall) response.body();
|
||||
|
@ -1128,7 +1127,6 @@ public class ChatController extends BaseController implements MessagesListAdapte
|
|||
int countGroupedMessages = 0;
|
||||
if (!isFromTheFuture) {
|
||||
|
||||
Log.d("MARIO-PUSH", "ADDING MESSAGES TO PAST " + chatMessageList.size());
|
||||
for (int i = 0; i < chatMessageList.size(); i++) {
|
||||
if (chatMessageList.size() > i + 1) {
|
||||
if (TextUtils.isEmpty(chatMessageList.get(i).getSystemMessage()) &&
|
||||
|
@ -1175,8 +1173,6 @@ public class ChatController extends BaseController implements MessagesListAdapte
|
|||
|
||||
boolean isThereANewNotice = shouldAddNewMessagesNotice || adapter.getMessagePositionByIdInReverse("-1") != -1;
|
||||
|
||||
Log.d("MARIO-PUSH", "ADDING MESSAGES TO FUTURE " + chatMessageList.size());
|
||||
|
||||
for (int i = 0; i < chatMessageList.size(); i++) {
|
||||
chatMessage = chatMessageList.get(i);
|
||||
|
||||
|
|
Loading…
Reference in a new issue