fix issue of tablet begin blank when switching between HMD and Desktop mode

This commit is contained in:
Dante Ruiz 2017-08-01 23:18:42 +01:00
parent 0f374b5aa0
commit cca29e849b

View file

@ -236,7 +236,6 @@ void TabletProxy::setToolbarMode(bool toolbarMode) {
_desktopWindow = nullptr;
}
}
loadHomeScreen(true);
emit screenChanged(QVariant("Home"), QVariant(TABLET_SOURCE_URL));
}