mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-17 15:32:01 +00:00
Reverted fix for a new branch
This commit is contained in:
parent
03b0ffcec1
commit
36ce77e461
1 changed files with 2 additions and 4 deletions
|
|
@ -700,8 +700,7 @@ 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')}
|
||||
|
|
@ -886,8 +885,7 @@ const MDBListSettingsScreen: React.FC = () => {
|
|||
</Text>
|
||||
</TouchableOpacity>
|
||||
</View>
|
||||
</>
|
||||
}
|
||||
|
||||
</ScrollView>
|
||||
<CustomAlert
|
||||
visible={alertVisible}
|
||||
|
|
|
|||
Loading…
Reference in a new issue