Skip to content

Commit db1666e

Browse files
committed
Do not call std::locale::global() on startup (#151)
1 parent 18522ac commit db1666e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

shell/platform/tizen/channels/settings_channel_linux.cc

+1-5
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@
44

55
#include "settings_channel.h"
66

7-
#include <locale>
8-
97
namespace flutter {
108

11-
void SettingsChannel::Init() {
12-
std::locale::global(std::locale(""));
13-
}
9+
void SettingsChannel::Init() {}
1410

1511
void SettingsChannel::Dispose() {}
1612

0 commit comments

Comments
 (0)