about summary refs log tree commit diff
path: root/src/screens/Signup/state.ts
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-06-27 21:44:26 -0700
committerGitHub <noreply@github.com>2024-06-27 21:44:26 -0700
commit8ebf9cc4b10a620d7698c1b0d0b316729c02dc13 (patch)
tree29a0b7488e5f8a52ca8945885fe1f65ee2bf651b /src/screens/Signup/state.ts
parent91c4aa7c2dc598dd5e2c828e44c0d2c94cf0967d (diff)
downloadvoidsky-8ebf9cc4b10a620d7698c1b0d0b316729c02dc13.tar.zst
Handle pushing to starterpack screen when unauthed (#4692)
Diffstat (limited to 'src/screens/Signup/state.ts')
-rw-r--r--src/screens/Signup/state.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/screens/Signup/state.ts b/src/screens/Signup/state.ts
index 87700cb88..70b74a930 100644
--- a/src/screens/Signup/state.ts
+++ b/src/screens/Signup/state.ts
@@ -116,8 +116,6 @@ export function reducer(s: SignupState, a: SignupAction): SignupState {
       break
     }
     case 'setServiceDescription': {
-      LayoutAnimation.configureNext(LayoutAnimation.Presets.easeInEaseOut)
-
       next.serviceDescription = a.value
       next.userDomain = a.value?.availableUserDomains[0] ?? ''
       next.isLoading = false