| 168 | } |
| 169 | |
| 170 | bool SettingsScreen::sectionInteractive(size_t section) const |
| 171 | { |
| 172 | return section == SEC_GENERAL || section == SEC_LIBRARY || section == SEC_FOLDERS || section == SEC_NETWORK; |
| 173 | } |
| 174 | |
| 175 | size_t SettingsScreen::contentRowCount(size_t section) const |
| 176 | { |
nothing calls this directly
no outgoing calls
no test coverage detected