about summary refs log tree commit diff
path: root/src/view/com/modals/report/InputIssueDetails.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-12-28 15:46:37 -0800
committerGitHub <noreply@github.com>2023-12-28 15:46:37 -0800
commit0d960c58ba7dbd9ac72aa5e8229be6ad91a49b7c (patch)
tree9e2a1d281f8476e69eb616d450c30483306ee723 /src/view/com/modals/report/InputIssueDetails.tsx
parent705f9b61efebe8ca0d044f1a53586b6fe4614195 (diff)
downloadvoidsky-0d960c58ba7dbd9ac72aa5e8229be6ad91a49b7c.tar.zst
Disable BlurView on android (#2351)
* A couple of small tweaks

* Force the UI to re-render by setting a key

* Disable to blurview on android

* Remove hackfix
Diffstat (limited to 'src/view/com/modals/report/InputIssueDetails.tsx')
-rw-r--r--src/view/com/modals/report/InputIssueDetails.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/view/com/modals/report/InputIssueDetails.tsx b/src/view/com/modals/report/InputIssueDetails.tsx
index 2f701b799..2bc86f75e 100644
--- a/src/view/com/modals/report/InputIssueDetails.tsx
+++ b/src/view/com/modals/report/InputIssueDetails.tsx
@@ -42,7 +42,8 @@ export function InputIssueDetails({
         accessibilityHint="Add more details to your report">
         <FontAwesomeIcon size={18} icon="angle-left" style={[pal.link]} />
         <Text style={[pal.text, s.f18, pal.link]}>
-          <Trans> Back</Trans>
+          {' '}
+          <Trans>Back</Trans>
         </Text>
       </TouchableOpacity>
       <View style={[pal.btn, styles.detailsInputContainer]}>