[Android] Standalone Note UI in Category select screen

Signed-off-by: hemanggs <hemangmanhas@gmail.com>
This commit is contained in:
hemanggs
2025-06-06 17:49:35 +05:30
committed by Konstantin Pastbin
parent 9e494ed8a5
commit 2492e8bda4
6 changed files with 155 additions and 16 deletions

View File

@@ -1186,7 +1186,7 @@ void Editor::CreateNote(ms::LatLon const & latLon, FeatureID const & fid,
void Editor::CreateStandaloneNote(ms::LatLon const & latLon, std::string const & noteText)
{
CHECK_THREAD_CHECKER(MainThreadChecker,(""));
CHECK_THREAD_CHECKER(MainThreadChecker, (""));
m_notes->CreateNote(latLon, noteText + "\n");
}