about summary refs log tree commit diff
path: root/src/view/com/feeds/CustomFeed.tsx
diff options
context:
space:
mode:
authorAnsh <anshnanda10@gmail.com>2023-06-07 15:55:25 -0700
committerGitHub <noreply@github.com>2023-06-07 17:55:25 -0500
commit007d12e18248bf48e22454e23c74404bb797d499 (patch)
tree4a1b5aabb75c4979b870c31fda80f74bd1944727 /src/view/com/feeds/CustomFeed.tsx
parent0be14a1b46fc55c482b5e2171e94615a73114fd2 (diff)
downloadvoidsky-007d12e18248bf48e22454e23c74404bb797d499.tar.zst
push instead of navigate (#861)
Diffstat (limited to 'src/view/com/feeds/CustomFeed.tsx')
-rw-r--r--src/view/com/feeds/CustomFeed.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/feeds/CustomFeed.tsx b/src/view/com/feeds/CustomFeed.tsx
index 748b89c02..ef8de8b85 100644
--- a/src/view/com/feeds/CustomFeed.tsx
+++ b/src/view/com/feeds/CustomFeed.tsx
@@ -71,7 +71,7 @@ export const CustomFeed = observer(
         accessibilityRole="button"
         style={[styles.container, pal.border, style]}
         onPress={() => {
-          navigation.navigate('CustomFeed', {
+          navigation.push('CustomFeed', {
             name: item.data.creator.did,
             rkey: new AtUri(item.data.uri).rkey,
           })