Fix Record app's toolbar button not highlighting when app dialog open

This commit is contained in:
David Rowe 2017-09-20 16:50:19 +12:00
parent 0f3834ded4
commit 80f56e48ca

View file

@ -571,7 +571,7 @@
function onTabletScreenChanged(type, url) {
// Opened/closed dialog in tablet or window.
var RECORD_URL = "/scripts/system/html/record.html";
var RECORD_URL = "/html/record.html";
if (type === "Web" && url.slice(-RECORD_URL.length) === RECORD_URL) {
if (Dialog.finishOnOpen()) {