mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-21 00:32:04 +00:00
Update navigation in StreamsScreen to redirect to Addons instead of Settings
This commit is contained in:
parent
df8ac7352d
commit
709cbcef5e
1 changed files with 1 additions and 1 deletions
|
|
@ -1146,7 +1146,7 @@ export const StreamsScreen = () => {
|
||||||
</Text>
|
</Text>
|
||||||
<TouchableOpacity
|
<TouchableOpacity
|
||||||
style={styles.addSourcesButton}
|
style={styles.addSourcesButton}
|
||||||
onPress={() => navigation.navigate('Settings')}
|
onPress={() => navigation.navigate('Addons')}
|
||||||
>
|
>
|
||||||
<Text style={styles.addSourcesButtonText}>Add Sources</Text>
|
<Text style={styles.addSourcesButtonText}>Add Sources</Text>
|
||||||
</TouchableOpacity>
|
</TouchableOpacity>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue