fix(mobile): fix telemetry import path in self_hosted_updater

../../../ → ../../ (channels/ → updater/ → core/, not lib/)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
hailin 2026-03-07 09:45:20 -08:00
parent 9519e29b8f
commit d79b7cf500
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import '../download_manager.dart';
import '../apk_installer.dart';
import '../app_market_detector.dart';
import '../models/version_info.dart';
import '../../../telemetry/telemetry_service.dart';
import '../../telemetry/telemetry_service.dart';
///
class SelfHostedUpdater {