mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-10 20:10:54 +00:00
changes
This commit is contained in:
parent
754dec3946
commit
950e38a20b
1 changed files with 1 additions and 9 deletions
|
|
@ -223,15 +223,7 @@ const UpdatePopup: React.FC<UpdatePopupProps> = ({
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
{/* Footer */}
|
{/* Footer removed: hardcoded message no longer shown */}
|
||||||
<View style={styles.footer}>
|
|
||||||
<Text style={[
|
|
||||||
styles.footerText,
|
|
||||||
{ color: currentTheme.colors.textMuted }
|
|
||||||
]}>
|
|
||||||
Updates include bug fixes and new features
|
|
||||||
</Text>
|
|
||||||
</View>
|
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
</Modal>
|
</Modal>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue