mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Make SetLocales more consistent with other RuntimeController methods (#7447)
This commit is contained in:
parent
0c11836c9c
commit
358a24c499
@ -155,7 +155,8 @@ bool RuntimeController::SetLocales(
|
||||
window->UpdateLocales(locale_data);
|
||||
return true;
|
||||
}
|
||||
return true;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
bool RuntimeController::SetUserSettingsData(const std::string& data) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user