Retry updater when in-call app close is cancelled
This commit is contained in:
parent
ab1ae26489
commit
9d2a043191
6 changed files with 50 additions and 7 deletions
|
@ -7,6 +7,10 @@ export function markShouldQuit(): void {
|
|||
shouldQuitFlag = true;
|
||||
}
|
||||
|
||||
export function markShouldNotQuit(): void {
|
||||
shouldQuitFlag = false;
|
||||
}
|
||||
|
||||
export function shouldQuit(): boolean {
|
||||
return shouldQuitFlag;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue