Skip to content

Commit

Permalink
Force update
Browse files Browse the repository at this point in the history
  • Loading branch information
christianliebel committed Jun 29, 2020
1 parent f669228 commit 9f4aee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/lib/TwaManifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const DisplayModes: DisplayMode[] = [...DISPLAY_MODE_VALUES];
export function asDisplayMode(input: string): DisplayMode | null {
return DISPLAY_MODE_VALUES.includes(input) ? input as DisplayMode : null;
}

// Default values used on the Twa Manifest
const DEFAULT_SPLASHSCREEN_FADEOUT_DURATION = 300;
const DEFAULT_APP_NAME = 'My TWA';
Expand Down

0 comments on commit 9f4aee9

Please sign in to comment.