Skip to content

Commit b29b479

Browse files
committed
lint
1 parent 9a129f7 commit b29b479

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

ios/Podfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -682,11 +682,11 @@ SPEC CHECKSUMS:
682682
boost: a7c83b31436843459a1961bfd74b96033dc77234
683683
BVLinearGradient: e3aad03778a456d77928f594a649e96995f1c872
684684
CryptoSwift: c4f2debceb38bf44c80659afe009f71e23e4a082
685-
DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
685+
DoubleConversion: cde416483dac037923206447da6e1454df403714
686686
FBLazyVector: d2db9d00883282819d03bbd401b2ad4360d47580
687687
FBReactNativeSpec: 94da4d84ba3b1acf459103320882daa481a2b62d
688688
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
689-
glog: 3ac2326f7fee4840a3066c90eb135ecd20496ded
689+
glog: 997518ea2aa2d8cd5df9797b641b758d52ecf2bc
690690
HMSegmentedControl: 34c1f54d822d8308e7b24f5d901ec674dfa31352
691691
Keycard: ac6df4d91525c3c82635ac24d4ddd9a80aca5fc8
692692
libwebp: f62cb61d0a484ba548448a4bd52aabf150ff6eef
@@ -763,4 +763,4 @@ SPEC CHECKSUMS:
763763

764764
PODFILE CHECKSUM: c29de3b14e3275299c51aa95520622f09d084bcb
765765

766-
COCOAPODS: 1.12.0
766+
COCOAPODS: 1.12.1

src/status_im2/contexts/chat/bottom_sheet_composer/actions/view.cljs

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
116116
:t/audio-recorder-permissions-error)))
117117
50)}]))}]]))
118118

119+
119120
(defn camera-button
120121
[]
121122
[quo/button

src/status_im2/contexts/chat/bottom_sheet_composer/handlers.cljs

-1
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,3 @@
123123
blur-height]
124124
(when (utils/update-blur-height? event lock-layout? blur-height)
125125
(reanimated/set-shared-value blur-height (oops/oget event "nativeEvent.layout.height"))))
126-

src/status_im2/subs/chat/chats.cljs

-5
Original file line numberDiff line numberDiff line change
@@ -331,11 +331,6 @@
331331
(fn [[chat-id inputs]]
332332
(get-in inputs [chat-id :audio])))
333333

334-
(re-frame/reg-sub
335-
:chats/sending-contact-request
336-
:<- [:chats/current-chat-input]
337-
(fn [{:keys [metadata]}]
338-
(:sending-contact-request metadata)))
339334

340335
(re-frame/reg-sub
341336
:chats/timeline-sending-image

0 commit comments

Comments
 (0)