jiti-meet/react/features/base
Saúl Ibarra Corretgé 4d2bd932a7 fix(lastN) fix last N getting stuck on 1
If last N goes down to 1 it will be stuck there since it's > 0 and will
be our `lastNSelected`. When limits are applied we'll take the minimum,
so it will end up being 1.

Once can end up in last N being 1 by several means, the more obvious one
by entering Picture-in-Picture mode on mobile.

Fix it by not using the previous last N value for the current
calculation, at all.

Fixes: https://github.com/jitsi/jitsi-meet/issues/10257
Closes: https://github.com/jitsi/jitsi-meet/pull/10491
2022-04-25 17:44:54 +02:00
..
app language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
audio-only language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
avatar Revert "fix(avatar): add ZWNJ between initials of letter avatars" 2022-04-11 11:17:49 -05:00
buttons fix(base) fixed text going out of share meeting container 2021-12-21 15:24:38 +02:00
color-scheme feat(rn, thumbnail) Updated indicators on native (#11280) 2022-03-31 14:39:49 +03:00
components fix: Adds testId for context menu items and ids to some components. 2022-04-11 13:21:48 -05:00
conference language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
config language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
connection language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
devices language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
dialog language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
environment fix(browser-compatibility) hide launch in web for unsupported mobile browsers (#10569) 2021-12-09 13:16:08 +02:00
flags language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
i18n language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
icons fix(ios) fix not showing the CarPlay audio interface 2022-04-08 17:29:53 +02:00
jitsi-local-storage Update setup.web.js 2021-08-25 17:22:50 +02:00
jwt language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
known-domains language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
label feat(title-bar) Updated title bar (#10752) 2022-01-13 14:15:53 +02:00
lastn fix(lastN) fix last N getting stuck on 1 2022-04-25 17:44:54 +02:00
lib-jitsi-meet language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
logging language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
media language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
modal/components chore(deps,rn) update navigation librarries to their latest versions 2022-01-10 19:21:51 +01:00
net-info language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
participants ref(stage-filmstrip) Refactor as new layout 2022-04-21 09:01:51 -05:00
popover feat(thumbnail) Video thumbnails redesign and refactor (#10351) 2021-12-15 15:18:41 +02:00
premeeting fix(premeeting): fix undefined breakpoint in media query (#11148) 2022-03-16 15:16:01 +02:00
react feat(gif, rn) Added GIPHY integration on native (#11236) 2022-03-30 16:54:03 +03:00
redux chore(lint) tame the (uppdated) linter 2021-11-09 09:43:55 +01:00
responsive-ui language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
settings language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
sounds language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
styles feat(participants-pane): Add 'admit all' knocking participants button 2021-06-09 16:28:31 +03:00
testing language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
toolbox/components feat(reactions) Open reactions menu on hover instead of click (#11364) 2022-04-13 16:18:54 +03:00
tooltip fix(Safari): Fix mobile double tapping for toolbar and overflow. 2021-02-04 15:24:25 +02:00
tracks fix: Skips clearing tracks on conference failed. 2022-04-15 08:48:26 -05:00
ui refactor(dialog): use jss instead of sass for mute-dialog style (#11154) 2022-03-29 11:59:53 +03:00
user-interaction language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
util fix(language) Add lang API option 2022-03-08 16:57:53 +02:00