Skip to content

Commit 6793586

Browse files
committed
fix typo
Signed-off-by: Dev4Mod <[email protected]>
1 parent 9ffa9d1 commit 6793586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/wmods/wppenhacer/xposed/features/media/MediaQuality.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ protected void afterHookedMethod(MethodHookParam param) throws Throwable {
6060
jsonPropertyHook.get().unhook();
6161
return;
6262
}
63-
// Desativar os perfis de video (mobile network)
63+
// Disable video profiles (mobile network)
6464
if ((int) param.args[index] == 5550 || (int) param.args[index] == 9705) {
6565
param.setResult(new JSONObject());
6666
}

0 commit comments

Comments
 (0)