File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,9 @@ bool SettingsChannel::Prefer24HourTime() {
2828 if (system_settings_get_value_bool (
2929 SYSTEM_SETTINGS_KEY_LOCALE_TIMEFORMAT_24HOUR, &value) ==
3030 SYSTEM_SETTINGS_ERROR_NONE) {
31+ return value;
3132 }
32- return value ;
33+ return false ;
3334}
3435
3536} // namespace flutter
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style license that can be
33// found in the LICENSE file.
44
5- #include < filesystem>
6-
7- #include " flutter/shell/platform/embedder/test_utils/proc_table_replacement.h"
85#include " flutter/shell/platform/tizen/flutter_tizen_engine.h"
6+ #include " flutter/shell/platform/embedder/test_utils/proc_table_replacement.h"
97#include " flutter/shell/platform/tizen/testing/engine_modifier.h"
108#include " gtest/gtest.h"
119
You can’t perform that action at this time.
0 commit comments