Route SonarPen tools action through platform services

This commit is contained in:
2026-06-04 17:47:08 +02:00
parent 883be98557
commit c698de1482
11 changed files with 102 additions and 23 deletions

View File

@@ -315,9 +315,7 @@ public:
void start_sonarpen() override
{
#if __IOS__
[app_.ios_app sonarpen_start];
#endif
app_.start_platform_sonarpen();
}
private: