mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 11:47:54 +01:00
mobile: fix share extension ui on ios
This commit is contained in:
@@ -632,12 +632,6 @@ const ShareView = ({ quicknote = false }) => {
|
||||
</View>
|
||||
|
||||
<View
|
||||
style={{
|
||||
height: Platform.isPad ? 150 : Platform.OS === "ios" ? 110 : 0
|
||||
}}
|
||||
/>
|
||||
</View>
|
||||
<View
|
||||
style={{
|
||||
width: "100%",
|
||||
borderRadius: 10,
|
||||
@@ -645,7 +639,6 @@ const ShareView = ({ quicknote = false }) => {
|
||||
marginTop: 10,
|
||||
alignSelf: "center",
|
||||
alignItems: "center",
|
||||
paddingHorizontal: 12
|
||||
}}
|
||||
>
|
||||
<Button
|
||||
@@ -696,6 +689,14 @@ const ShareView = ({ quicknote = false }) => {
|
||||
}}
|
||||
/>
|
||||
</View>
|
||||
|
||||
<View
|
||||
style={{
|
||||
height: Platform.isPad ? 150 : Platform.OS === "ios" ? 110 : 0
|
||||
}}
|
||||
/>
|
||||
</View>
|
||||
|
||||
</View>
|
||||
</SafeAreaView>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user