File tree 4 files changed +4
-9
lines changed
contexts/chat/bottom_sheet_composer
4 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -682,11 +682,11 @@ SPEC CHECKSUMS:
682
682
boost: a7c83b31436843459a1961bfd74b96033dc77234
683
683
BVLinearGradient: e3aad03778a456d77928f594a649e96995f1c872
684
684
CryptoSwift: c4f2debceb38bf44c80659afe009f71e23e4a082
685
- DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
685
+ DoubleConversion: cde416483dac037923206447da6e1454df403714
686
686
FBLazyVector: d2db9d00883282819d03bbd401b2ad4360d47580
687
687
FBReactNativeSpec: 94da4d84ba3b1acf459103320882daa481a2b62d
688
688
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
689
- glog: 3ac2326f7fee4840a3066c90eb135ecd20496ded
689
+ glog: 997518ea2aa2d8cd5df9797b641b758d52ecf2bc
690
690
HMSegmentedControl: 34c1f54d822d8308e7b24f5d901ec674dfa31352
691
691
Keycard: ac6df4d91525c3c82635ac24d4ddd9a80aca5fc8
692
692
libwebp: f62cb61d0a484ba548448a4bd52aabf150ff6eef
@@ -763,4 +763,4 @@ SPEC CHECKSUMS:
763
763
764
764
PODFILE CHECKSUM: c29de3b14e3275299c51aa95520622f09d084bcb
765
765
766
- COCOAPODS: 1.12.0
766
+ COCOAPODS: 1.12.1
Original file line number Diff line number Diff line change 116
116
:t/audio-recorder-permissions-error )))
117
117
50 )}]))}]]))
118
118
119
+
119
120
(defn camera-button
120
121
[]
121
122
[quo/button
Original file line number Diff line number Diff line change 123
123
blur-height]
124
124
(when (utils/update-blur-height? event lock-layout? blur-height)
125
125
(reanimated/set-shared-value blur-height (oops/oget event " nativeEvent.layout.height" ))))
126
-
Original file line number Diff line number Diff line change 331
331
(fn [[chat-id inputs]]
332
332
(get-in inputs [chat-id :audio ])))
333
333
334
- (re-frame/reg-sub
335
- :chats/sending-contact-request
336
- :<- [:chats/current-chat-input ]
337
- (fn [{:keys [metadata]}]
338
- (:sending-contact-request metadata)))
339
334
340
335
(re-frame/reg-sub
341
336
:chats/timeline-sending-image
You can’t perform that action at this time.
0 commit comments