Skip to content

Commit

Permalink
More smooth animations
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewTPage committed Jul 13, 2016
1 parent fcfef8a commit f488d21
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ private void loadMoreMessages() {
Message message = messages.get(i);
mMessages.add(0, message);
}
// if (moreMessagesExist)
// mMessages.add(0, new SpinnerMessage());
if (moreMessagesExist)
mMessages.add(0, new SpinnerMessage());
replaceMessages(mMessages, upTo);
}

Expand Down

0 comments on commit f488d21

Please sign in to comment.