summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjongchul park <jc0204.park@samsung.com>2017-05-10 09:17:33 +0000
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>2017-05-10 09:17:33 +0000
commitcd8c5c4ff5dac2ff8b28074aaedf53989550814f (patch)
tree461d3ab7d2f2b14e7d1656bd9fafab69d74328ac
parent3512a631751fa67104404f66d6cddfc5f8853fd3 (diff)
parent259af0654b5f1159a0d241d0de5de24794950cbd (diff)
downloadbrowser-cd8c5c4ff5dac2ff8b28074aaedf53989550814f.tar.gz
browser-cd8c5c4ff5dac2ff8b28074aaedf53989550814f.tar.bz2
browser-cd8c5c4ff5dac2ff8b28074aaedf53989550814f.zip
Merge "Show notification toast after PWA installation" into tizen
-rwxr-xr-xservices/StorageService/PWAStorage.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/StorageService/PWAStorage.cpp b/services/StorageService/PWAStorage.cpp
index 7e29424..33fc9c2 100755
--- a/services/StorageService/PWAStorage.cpp
+++ b/services/StorageService/PWAStorage.cpp
@@ -279,6 +279,7 @@ void PWAStorage::storePWAShortcut(const unsigned& id, const std::string& shortcu
addPWAItemQuery.bindText(1, shortcut);
addPWAItemQuery.bindInt(2, id);
addPWAItemQuery.exec();
+ tools::EflTools::createToastPopup("Added to Homescreen successfully.");
} catch (const StorageException& e) {
BROWSER_LOGD("[%s:%d] SQLException (%d): %s ", __PRETTY_FUNCTION__, __LINE__, e.getErrorCode(), e.getMessage());
}