feat: переход по komet:// внутри приложения

This commit is contained in:
klockky
2026-08-22 13:52:09 +03:00
parent c3027a82fb
commit 04235e0972
3 changed files with 13 additions and 1 deletions
+2
View File
@@ -59,6 +59,8 @@ class DeepLinkService {
_flushPending();
}
void handle(Uri uri) => _onUri(uri);
void _onUri(Uri uri) {
if (_isLogExportLink(uri)) {
_pendingLogExport = true;