about summary refs log tree commit diff
path: root/src/view/shell/mobile/index.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-01-18 13:57:53 -0600
committerPaul Frazee <pfrazee@gmail.com>2023-01-18 13:57:53 -0600
commitbf03167ca6709292852e01cd30a1a8106f6fc618 (patch)
treeb63fbab4387c99a3232cae72a1f41da6ba32974e /src/view/shell/mobile/index.tsx
parent9d6c4698a117e993943d1efc961aa90161d2dbd8 (diff)
downloadvoidsky-bf03167ca6709292852e01cd30a1a8106f6fc618.tar.zst
Update compose prompt for isual balance and to include image button
Diffstat (limited to 'src/view/shell/mobile/index.tsx')
-rw-r--r--src/view/shell/mobile/index.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/shell/mobile/index.tsx b/src/view/shell/mobile/index.tsx
index 54df5dd17..b1d00adc1 100644
--- a/src/view/shell/mobile/index.tsx
+++ b/src/view/shell/mobile/index.tsx
@@ -484,6 +484,7 @@ export const MobileShell: React.FC = observer(() => {
         onClose={() => store.shell.closeComposer()}
         winHeight={winDim.height}
         replyTo={store.shell.composerOpts?.replyTo}
+        imagesOpen={store.shell.composerOpts?.imagesOpen}
         onPost={store.shell.composerOpts?.onPost}
       />
     </View>