Tree view threads experiment (#1480)
* Add tree-view experiment to threads * Fix typo * Remove extra minimalshellmode call * Fix to parent line rendering * Fix extra border * Some ui cleanup
This commit is contained in:
parent
d2c253a284
commit
1af8e83d53
7 changed files with 178 additions and 53 deletions
|
@ -74,6 +74,7 @@ export const PostThreadScreen = withAuthRequired(({route}: Props) => {
|
|||
uri={uri}
|
||||
view={view}
|
||||
onPressReply={onPressReply}
|
||||
treeView={store.preferences.threadTreeViewEnabled}
|
||||
/>
|
||||
</View>
|
||||
{isMobile && (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue