Skip to content

Commit

Permalink
feat(prejoin): import order fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinteodor committed Nov 18, 2024
1 parent c712bd3 commit 3cbb052
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions react/features/prejoin/actions.native.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { connect } from '../base/connection/actions.native';
import { navigateRoot } from '../mobile/navigation/rootNavigationContainerRef';
import { screen } from '../mobile/navigation/routes';
import { showVisitorsQueue } from '../visitors/functions';

import { SET_IS_JOINING } from './actionTypes';

/**
Expand Down
2 changes: 1 addition & 1 deletion react/features/prejoin/components/native/Prejoin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ import { navigateRoot } from '../../../mobile/navigation/rootNavigationContainer
import { screen } from '../../../mobile/navigation/routes';
import AudioMuteButton from '../../../toolbox/components/native/AudioMuteButton';
import VideoMuteButton from '../../../toolbox/components/native/VideoMuteButton';
import { setIsJoining } from '../../actions.native';
import { isDisplayNameRequired, isRoomNameEnabled } from '../../functions.native';
import { IPrejoinProps } from '../../types';
import { hasDisplayName } from '../../utils';

import { preJoinStyles as styles } from './styles';
import { setIsJoining } from '../../actions.native';


const Prejoin: React.FC<IPrejoinProps> = ({ navigation }: IPrejoinProps) => {
Expand Down

0 comments on commit 3cbb052

Please sign in to comment.