mirror of
https://github.com/amnezia-vpn/DefaultVPN.git
synced 2026-05-17 08:36:37 +03:00
Add clickable docs url on error (#806)
This commit is contained in:
committed by
GitHub
parent
a0c06048cd
commit
b027fff103
@@ -136,7 +136,7 @@ ErrorCode AndroidController::start(const QJsonObject &vpnConfig)
|
||||
callActivityMethod("start", "(Ljava/lang/String;)V",
|
||||
QJniObject::fromString(config).object<jstring>());
|
||||
|
||||
return NoError;
|
||||
return ErrorCode::NoError;
|
||||
}
|
||||
|
||||
void AndroidController::stop()
|
||||
|
||||
Reference in New Issue
Block a user