We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 859b766 commit 50617cdCopy full SHA for 50617cd
1 file changed
app/containers/MessageComposer/components/Buttons/ActionsButton.tsx
@@ -56,7 +56,7 @@ export const ActionsButton = () => {
56
// This is necessary because the action sheet does not close properly on Android
57
setTimeout(() => {
58
takePhoto();
59
- }, 250);
+ }, 550);
60
}
61
},
62
{
@@ -67,7 +67,7 @@ export const ActionsButton = () => {
67
68
69
takeVideo();
70
71
72
73
@@ -78,7 +78,7 @@ export const ActionsButton = () => {
78
79
80
chooseFromLibrary();
81
82
83
84
0 commit comments