mattermost-mobile/app
Rahim Rahman 9d67acb8cc
fix(MM-63596): custom theme cannot be reselected (#8960)
* initialTheme should not be a dependent of useCallback since its a ref
* a few cleanup on test to make it more clearer
* add a bit more description
* fix(MM-64710): changing themes repeatedly in rapid succession cause the theme to not register (#8980)
* add more test, doubleTap prevention test
* changes based on comments
* remove the use of currentTheme
* consolidate handleSelectTheme with setThemePreference
* add comment to explain why we're storing customTheme in a state
2025-07-18 06:48:29 -06:00
..
actions Fetch playbooks when we reconnect and we are on a channel (#8993) 2025-07-18 11:37:43 +02:00
client Add Playbooks read-only support for mobile devices (#8978) 2025-07-14 09:21:37 +02:00
components Edit mode when no text and no attachment on save calls delete post (#8984) 2025-07-14 17:55:27 +05:30
constants Add Playbooks read-only support for mobile devices (#8978) 2025-07-14 09:21:37 +02:00
context Ability to show quick action and add files to edit post (#8926) 2025-06-25 16:04:08 +05:30
database Add Playbooks read-only support for mobile devices (#8978) 2025-07-14 09:21:37 +02:00
helpers Network metrics (#8390) 2024-12-17 19:51:26 +08:00
hooks Add Playbooks read-only support for mobile devices (#8978) 2025-07-14 09:21:37 +02:00
i18n MM-59761 Add tests for i18n functionality (#8510) 2025-01-31 09:30:42 -05:00
init Biometric prompt, Jailbreak / Root detection and screenshot prevention (#8645) 2025-03-13 14:07:41 -04:00
managers Fetch playbooks when we reconnect and we are on a channel (#8993) 2025-07-18 11:37:43 +02:00
products Fix progress numbers on playbook runs (#8998) 2025-07-18 12:10:49 +02:00
queries Remove playbooks on delete channel (#8994) 2025-07-17 11:54:14 +02:00
screens fix(MM-63596): custom theme cannot be reselected (#8960) 2025-07-18 06:48:29 -06:00
store Remove playbooks on delete channel (#8994) 2025-07-17 11:54:14 +02:00
utils Fix the count issue in channel header when removing or adding attachment in the post (#8986) 2025-07-14 17:57:09 +05:30