Fix calling needs permission screen not fullscreen

This commit is contained in:
Jamie Kyle 2023-12-20 08:16:21 -08:00 committed by GitHub
parent fab72205c4
commit cce7424e76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 32 additions and 2 deletions

View file

@ -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'