Fixed scroll flickering when opening the room

This commit is contained in:
Emmanuel ROHEE 2014-09-16 16:13:24 +02:00
parent a284de73e6
commit 890178cf25

View file

@ -676,6 +676,10 @@ angular.module('RoomController', ['ngSanitize', 'matrixFilter', 'mFileInput'])
var onInit2 = function() {
console.log("onInit2");
// Scroll down as soon as possible so that we point to the last message
// if it already exists in memory
scrollToBottom(true);
// Make sure the initialSync has been before going further
eventHandlerService.waitForInitialSyncCompletion().then(
function() {