fix menu ShowTask

This commit is contained in:
Paolo Arena
2019-03-15 01:06:40 +01:00
parent 527da316da
commit 9877344b4d
4 changed files with 39 additions and 24 deletions

View File

@@ -11,7 +11,7 @@ export async function askConfirm($q: any, mytitle, mytext, ok, cancel) {
},
title: mytitle
}).then((ris) => {
return true
return ris
}).catch(() => {
return false
})