Browse Source

Fixed debug not dynamically activating

Arnaud Vergnet 3 years ago
parent
commit
dfa7d2220f
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/screens/About/AboutScreen.js

+ 1
- 0
src/screens/About/AboutScreen.js View File

@@ -229,6 +229,7 @@ class AboutScreen extends React.Component<Props, State> {
229 229
                 <Card.Content>
230 230
                     <FlatList
231 231
                         data={this.appData}
232
+                        extraData={this.state.isDebugUnlocked}
232 233
                         keyExtractor={this.keyExtractor}
233 234
                         renderItem={this.getCardItem}
234 235
                     />

Loading…
Cancel
Save