File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export default class VectorBasePlatform extends BasePlatform {
3939 super ( ) ;
4040
4141 // The 'animations' are really low framerate and look terrible.
42- // Also it re-starts the animationb every time you set the badge,
42+ // Also it re-starts the animation every time you set the badge,
4343 // and we set the state each time, even if the value hasn't changed,
4444 // so we'd need to fix that if enabling the animation.
4545 this . favicon = new Favico ( { animation : 'none' } ) ;
@@ -117,6 +117,10 @@ export default class VectorBasePlatform extends BasePlatform {
117117 } )
118118 }
119119
120+ getUpdateCheckStatusEnum ( ) {
121+ return updateCheckStatusEnum ;
122+ }
123+
120124 /**
121125 * Update the currently running app to the latest available
122126 * version and replace this instance of the app with the
You can’t perform that action at this time.
0 commit comments