[android] Unify custom map server dialog logic and UI

- Add setting icon for custom map server download option.
- Extract shared custom map server dialog helper.
- Clean up based on reviewers' feedback.

Signed-off-by: NoelClick <dev@noel.click>
This commit is contained in:
NoelClick
2025-12-03 12:18:12 -08:00
committed by Konstantin Pastbin
parent d5e0889c9a
commit 764a0758c5
15 changed files with 147 additions and 170 deletions

View File

@@ -49,11 +49,6 @@ bool GetFileTypeChecked(std::string const & path, Platform::EFileType & type)
}
} // namespace
namespace
{
std::string g_customMetaServerUrl;
} // namespace
// static
Platform::EError Platform::ErrnoToError()
{