add ios social-app
This commit is contained in:
22
ios/patching/011-social-app-ios-splash-license-footer.patch
Normal file
22
ios/patching/011-social-app-ios-splash-license-footer.patch
Normal file
@@ -0,0 +1,22 @@
|
||||
diff --git a/src/view/com/auth/SplashScreen.tsx b/src/view/com/auth/SplashScreen.tsx
|
||||
index 3442d1bdf..dd2d1fdfb 100644
|
||||
--- a/src/view/com/auth/SplashScreen.tsx
|
||||
+++ b/src/view/com/auth/SplashScreen.tsx
|
||||
@@ -102,6 +102,17 @@ export const SplashScreen = ({
|
||||
<AppLanguageDropdown />
|
||||
</View>
|
||||
</View>
|
||||
+ <View
|
||||
+ style={[
|
||||
+ a.px_lg,
|
||||
+ a.pb_xl,
|
||||
+ a.justify_center,
|
||||
+ a.align_center,
|
||||
+ ]}>
|
||||
+ <Text style={[a.text_xs, t.atoms.text_contrast_low]}>
|
||||
+ © syui
|
||||
+ </Text>
|
||||
+ </View>
|
||||
<View style={{height: insets.bottom}} />
|
||||
</ErrorBoundary>
|
||||
</Animated.View>
|
||||
Reference in New Issue
Block a user