Add more padding below final chat bubble in scroller

This commit is contained in:
drdev
2015-06-06 18:39:14 +00:00
parent 041bcf67d8
commit f722e29e40

View File

@@ -98,7 +98,7 @@ public class OnlineChatScreen extends FScreen implements IOnlineChatInterface {
}
y += bubble.getHeight() + PADDING;
}
return new ScrollBounds(visibleWidth, y - PADDING);
return new ScrollBounds(visibleWidth, y);
}
private void addMessage(ChatMessage message) {