jiti-meet/react/features/conference/components
Saúl Ibarra Corretgé 26b3eb34f0 fix(android,back-button) rework back button handling on Android
We used to have a registry which registered a single handlerwith RN.
THis was registered really early in the app.

When React Navigation was introduced we ddidn't realize it interacts
with the back button. In a stack nagigator it will navigate to the
previous screen. This meant our back button handling was broken.

This commit removes our previous registry and uses the RN back button
handler directly in the 2 components that use it: the conference and
bottom sheets.

Since these handlers are registered after navigation, our handlers are
going to run first so we cna implement the behavior we need, namely to
dismiss an open botom sheet or set the conference in PiP mode.
2022-03-29 14:33:25 +02:00
..
native fix(android,back-button) rework back button handling on Android 2022-03-29 14:33:25 +02:00
web refactor: move chat component outside of videoconference_page (#11138) 2022-03-29 12:01:48 +03:00
AbstractConference.js chore(lint) tame the (uppdated) linter 2021-11-09 09:43:55 +01:00
AbstractInsecureRoomNameLabel.js fix(misc) follow-up typos 2021-03-22 10:41:41 +01:00
ConferenceTimer.js chore(lint) tame the (uppdated) linter 2021-11-09 09:43:55 +01:00
constants.js feat(recording) allow highlighting meeting recording moments (#10981) 2022-03-14 10:31:08 +02:00
functions.any.js feat(conference-info) Updated title bar (#10670) 2021-12-21 12:22:30 +02:00
functions.native.js feat(conference-info) Updated title bar (#10670) 2021-12-21 12:22:30 +02:00
functions.web.js feat(conference-info) Updated title bar (#10670) 2021-12-21 12:22:30 +02:00
index.native.js Reorganize conference feature files 2019-02-06 14:27:25 +01:00
index.web.js Reorganize conference feature files 2019-02-06 14:27:25 +01:00