mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
chore(): fix linter issues
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user