jiti-meet/react/features/conference
Saúl Ibarra Corretgé 634f304815 android: simplify handling of the back button
Provide a default and builtin default implementation which finishes the
Activity, same as before.

What this PR removes is the ability to provide a custom default handler because
applications can already take this decision when calling `onBackPressed`. In
addition, make `onBackPressed` return `void` because it's virtually impossible
for it to return `false` (that would mean that there is no
`ReactInstanceManager`, which means there is no app to begin with).

In addition, remove the use of `BackAndroid` since `BackHandler` contains an iOS
shim now.
2019-01-08 17:43:36 +01:00
..
components android: simplify handling of the back button 2019-01-08 17:43:36 +01:00
functions.js fix(lib-jitsi-meet): RTCBrowserType -> browser. 2018-01-22 15:56:06 -06:00
index.js core: refactor routing 2018-07-11 22:58:41 -05:00
middleware.js ref(video-quality): update video quality post redux update 2018-07-25 12:17:13 -07:00