Skip to content

Commit

Permalink
[hapjs-platform#631]【1300联盟版本】无障碍新增组件属性方法(rfc:hapjs-platform#2)
Browse files Browse the repository at this point in the history
Change-Id: If8ebf3bd86fe75e576978b60e5376de84dded224
  • Loading branch information
mingcan-mc committed Dec 13, 2023
1 parent bff75ee commit 9f1b07f
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 9f1b07f

Please sign in to comment.