[Issue] N/A
[Problem] Tab did not update screenshot after load,finished.
[Solution] Call function omited after SVACE.
[Verify] Open website, go to tabs to see temporary screenshot.
Go back to website, wait until it finished loading and
go to tabs. Screenshot should be updated.
Change-Id: If1c778183cc66946bcefe0c4f651b178cb8b281c
switch (snapshot_type) {
case tools::SnapshotType::ASYNC_LOAD_FINISHED:
m_historyService->updateHistoryItemSnapshot(m_webEngine->getURI(), snapshot);
+ m_tabService->updateTabItemSnapshot(m_webEngine->currentTabId(), snapshot);
break;
case tools::SnapshotType::ASYNC_TAB:
m_tabService->updateTabItemSnapshot(m_webEngine->currentTabId(), snapshot);