mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-21 00:32:04 +00:00
Merge pull request #662 from albyalex96/mdblist-settings-screen-fix
MDBList settings screen visual bug fix
This commit is contained in:
commit
9711c2e86f
1 changed files with 3 additions and 1 deletions
|
|
@ -680,7 +680,8 @@ const MDBListSettingsScreen: React.FC = () => {
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
|
{isMdbListEnabled &&
|
||||||
|
<>
|
||||||
<View style={[styles.card, !isMdbListEnabled && styles.disabledCard]}>
|
<View style={[styles.card, !isMdbListEnabled && styles.disabledCard]}>
|
||||||
<Text style={[styles.sectionTitle, { color: isDarkMode ? currentTheme.colors.mediumEmphasis : currentTheme.colors.textMutedDark }]}>
|
<Text style={[styles.sectionTitle, { color: isDarkMode ? currentTheme.colors.mediumEmphasis : currentTheme.colors.textMutedDark }]}>
|
||||||
{t('mdblist.api_section')}
|
{t('mdblist.api_section')}
|
||||||
|
|
@ -865,6 +866,7 @@ const MDBListSettingsScreen: React.FC = () => {
|
||||||
</Text>
|
</Text>
|
||||||
</TouchableOpacity>
|
</TouchableOpacity>
|
||||||
</View>
|
</View>
|
||||||
|
</>}
|
||||||
</ScrollView>
|
</ScrollView>
|
||||||
<CustomAlert
|
<CustomAlert
|
||||||
visible={alertVisible}
|
visible={alertVisible}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue