Revert "Adjust load state"

This reverts commit 802459fd04.
This commit is contained in:
Eric Bailey
2024-03-18 17:05:13 -05:00
parent 802459fd04
commit 42c8e95377
+1 -19
View File
@@ -43,25 +43,7 @@ export function BirthDateSettingsDialog({
</View>
{isLoading ? (
<View>
<View style={[a.w_full, a.align_center, a.pb_lg]}>
<Loader size="xl" />
</View>
<View style={isWeb && [a.flex_row, a.justify_end]}>
<Button
disabled
label={_(msg`Data is loading`)}
size="medium"
onPress={() => {}}
variant="solid"
color="primary">
<ButtonText>
<Trans>Save</Trans>
</ButtonText>
</Button>
</View>
</View>
<Loader size="xl" />
) : error || !preferences ? (
<ErrorMessage
message={