mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-08 08:37:38 +03:00
style: Apply clang-format fixes
This commit is contained in:
parent
5160d16ea3
commit
fca0356be9
@ -382,9 +382,8 @@ void OpdsBookBrowserActivity::launchWifiSelection() {
|
||||
state = BrowserState::WIFI_SELECTION;
|
||||
updateRequired = true;
|
||||
|
||||
enterNewActivity(new WifiSelectionActivity(renderer, mappedInput, [this](const bool connected) {
|
||||
onWifiSelectionComplete(connected);
|
||||
}));
|
||||
enterNewActivity(new WifiSelectionActivity(renderer, mappedInput,
|
||||
[this](const bool connected) { onWifiSelectionComplete(connected); }));
|
||||
}
|
||||
|
||||
void OpdsBookBrowserActivity::onWifiSelectionComplete(const bool connected) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user