chore(): fix linter issues

This commit is contained in:
Manu Mtz.-Almeida
2018-09-04 01:11:35 +02:00
parent 4ccbefa4c6
commit 1d56dc713c
2 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ export function startHardwareBackButton(win: Window) {
});
const result = handler!();
if (result) {
// tslint:disable-next-line:no-floating-promises
result.then(() => busy = false);
}
}