Fix calling needs permission screen not fullscreen
This commit is contained in:
parent
fab72205c4
commit
cce7424e76
3 changed files with 32 additions and 2 deletions
|
@ -9,7 +9,7 @@ import { Intl } from './Intl';
|
|||
import { ContactName } from './conversation/ContactName';
|
||||
import type { ConversationType } from '../state/ducks/conversations';
|
||||
|
||||
type Props = {
|
||||
export type Props = {
|
||||
conversation: Pick<
|
||||
ConversationType,
|
||||
| 'acceptedMessageRequest'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue