Skip to content

Commit

Permalink
[hapjs-platform#631]【1300联盟版本】无障碍新增组件属性方法(rfc:hapjs-platform#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mingcan-mc committed Dec 18, 2023
1 parent eddca2c commit dda9b58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public static void setIsForceCheck(boolean isForceCheck) {

public static boolean isEnableTalkBack(Context context, boolean forceCheck) {
if (sIsChecking) {
return true;
return false;
}
if ((sIsForceCheck || forceCheck || sTalkBackEnable == TALKBACK_DEFAULT) && null != context) {
sIsForceCheck = false;
Expand Down

0 comments on commit dda9b58

Please sign in to comment.