add basic pdf reader
This commit is contained in:
parent
4d04d54104
commit
108ebc58a6
11 changed files with 400 additions and 69 deletions
|
@ -172,7 +172,6 @@ function supportsCue() {
|
|||
function onAppVisible() {
|
||||
if (isHidden) {
|
||||
isHidden = false;
|
||||
console.debug('triggering app resume event');
|
||||
events.trigger(appHost, 'resume');
|
||||
}
|
||||
}
|
||||
|
@ -180,7 +179,6 @@ function onAppVisible() {
|
|||
function onAppHidden() {
|
||||
if (!isHidden) {
|
||||
isHidden = true;
|
||||
console.debug('app is hidden');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue