Prevent ringing until app hasInitialLoadCompleted
This commit is contained in:
parent
73e8bec42f
commit
f61954ee5b
3 changed files with 15 additions and 1 deletions
|
@ -72,6 +72,7 @@ const createProps = (storyProps: Partial<PropsType> = {}): PropsType => ({
|
|||
getPreferredBadge: () => undefined,
|
||||
getPresentingSources: action('get-presenting-sources'),
|
||||
hangUpActiveCall: action('hang-up-active-call'),
|
||||
hasInitialLoadCompleted: true,
|
||||
i18n,
|
||||
incomingCall: null,
|
||||
callLink: undefined,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue