Skip to content

Commit

Permalink
[hapjs-platform#631]【1300联盟版本】无障碍新增组件属性方法
Browse files Browse the repository at this point in the history
Change-Id: If8ebf3bd86fe75e576978b60e5376de84dded224
Signed-off-by: cmc <[email protected]>
  • Loading branch information
mingcan-mc committed Dec 13, 2023
1 parent 997722a commit de44ce6
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 de44ce6

Please sign in to comment.