We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e239450 commit b5a23a0Copy full SHA for b5a23a0
remote_config/src/desktop/file_manager.cc
@@ -36,8 +36,8 @@ namespace internal {
36
37
RemoteConfigFileManager::RemoteConfigFileManager(const std::string& filename,
38
const firebase::App& app) {
39
- std::string app_data_prefix = std::string(app.options().package_name()) +
40
- "/" + app.name() + "/" + "TẽstPạth";
+ std::string app_data_prefix =
+ std::string(app.options().package_name()) + "/" + app.name();
41
std::string file_path =
42
AppDataDir(app_data_prefix.c_str(), /*should_create=*/true) + "/" +
43
filename;
0 commit comments