Skip to content

Commit

Permalink
fix: gif performance
Browse files Browse the repository at this point in the history
  • Loading branch information
liaoxuan committed Mar 26, 2024
1 parent 8223734 commit 3a76299
Show file tree
Hide file tree
Showing 11 changed files with 421 additions and 413 deletions.
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "V2Fun",
"slug": "v2ex",
"version": "1.7.2",
"version": "1.7.3",
"scheme": "v2fun",
"jsEngine": "jsc",
"icon": "./assets/icon.png",
Expand All @@ -20,7 +20,7 @@
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.liaoliao666.v2ex",
"buildNumber": "1.7.2.1"
"buildNumber": "1.7.3.1"
},
"android": {
"adaptiveIcon": {
Expand Down
2 changes: 1 addition & 1 deletion components/PageLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function PageLayout({ children }: { children: ReactNode }) {
<Profile onlyIcon />
</View>

{(isLargeTablet || (Platform.OS === 'android' && isTablet)) && (
{(isLargeTablet || Platform.OS === 'android') && (
<View
style={tw.style(
// https://github.com/liaoliao666/v2ex/issues/69
Expand Down
Loading

0 comments on commit 3a76299

Please sign in to comment.