aboutsummaryrefslogtreecommitdiff
path: root/src/mobile
diff options
context:
space:
mode:
Diffstat (limited to 'src/mobile')
-rw-r--r--src/mobile/MobileInterface.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mobile/MobileInterface.tsx b/src/mobile/MobileInterface.tsx
index dfd217e97..5f766c121 100644
--- a/src/mobile/MobileInterface.tsx
+++ b/src/mobile/MobileInterface.tsx
@@ -212,7 +212,8 @@ export default class MobileInterface extends React.Component {
ScreenToLocalTransform={Transform.Identity}
renderDepth={0}
ContainingCollectionView={undefined}
- ContainingCollectionDoc={undefined}>
+ ContainingCollectionDoc={undefined}
+ rootSelected={returnTrue}>
</CollectionView>
</div>
);