| 656 | } |
| 657 | |
| 658 | void BrowserLayout::ChangePartitionExplorer(fs::Explorer *exp, const bool update_contents) { |
| 659 | this->cur_exp = exp; |
| 660 | if(update_contents) { |
| 661 | this->UpdateElements(); |
| 662 | } |
| 663 | } |
| 664 | |
| 665 | void BrowserLayout::ChangePartitionSdCard(const bool update_contents) { |
| 666 | this->ChangePartitionExplorer(fs::GetSdCardExplorer(), update_contents); |
no test coverage detected