chg: fix inconsistent channel naming
This commit is contained in:
@@ -12,7 +12,7 @@ abstract interface class SettingsRepository {
|
||||
class SettingsRepositoryImpl
|
||||
with ExceptionHandler, InfraLogger
|
||||
implements SettingsRepository {
|
||||
final _methodChannel = const MethodChannel("app.hiddify.com/platform");
|
||||
final _methodChannel = const MethodChannel("com.hiddify.app/platform");
|
||||
|
||||
@override
|
||||
TaskEither<SettingsFailure, bool> isIgnoringBatteryOptimizations() {
|
||||
|
||||
Reference in New Issue
Block a user