File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
src/status_im/utils/logging Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 98
98
(datetime/now ))]))))
99
99
100
100
(fx/defn dialog-closed
101
- {:events [:logging/dialog-canceled ]}
101
+ {:events [:logging/dialog-left ]}
102
102
[{:keys [db]}]
103
103
{:db (dissoc db :logging/dialog-shown? )})
104
104
169
169
:content (i18n/label :t/send-logs-to
170
170
{:email report-email})
171
171
:confirm-button-text (i18n/label :t/send-logs )
172
- :on-accept #(re-frame/dispatch
173
- [:bottom-sheet/show-sheet
174
- {:content (fn [] [bug-report/bug-report])}])
172
+ :on-accept #(do (re-frame/dispatch
173
+ [:bottom-sheet/show-sheet
174
+ {:content (fn [] [bug-report/bug-report])}])
175
+ (re-frame/dispatch
176
+ [:logging/dialog-left ]))
175
177
:on-cancel #(re-frame/dispatch
176
- [:logging/dialog-canceled ])}
178
+ [:logging/dialog-left ])}
177
179
178
180
platform/ios?
179
181
(assoc :extra-options [{:text (i18n/label :t/share-logs )
You can’t perform that action at this time.
0 commit comments