mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-22 18:47:44 +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>
|
||||
|
||||
{isMdbListEnabled &&
|
||||
<>
|
||||
<View style={[styles.card, !isMdbListEnabled && styles.disabledCard]}>
|
||||
<Text style={[styles.sectionTitle, { color: isDarkMode ? currentTheme.colors.mediumEmphasis : currentTheme.colors.textMutedDark }]}>
|
||||
{t('mdblist.api_section')}
|
||||
|
|
@ -865,6 +866,7 @@ const MDBListSettingsScreen: React.FC = () => {
|
|||
</Text>
|
||||
</TouchableOpacity>
|
||||
</View>
|
||||
</>}
|
||||
</ScrollView>
|
||||
<CustomAlert
|
||||
visible={alertVisible}
|
||||
|
|
|
|||
Loading…
Reference in a new issue