You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -142,17 +142,17 @@ The position returned by onLabelClick of OnFormatClickListener is the subscript
142
142
143
143
There is such a text str = "I have read and agree with %1$s and %2$s" or "I have read and agree with %2$s and %1$s"
144
144
145
-
When calling setFormatTextBean(str,"Privacy Policy","User Agreement") with the above two strings
145
+
When calling setFormatText(str,"Privacy Policy","User Agreement") with the above two strings
146
146
147
147
The results of the above two strings are
148
148
149
149
1. I have read and agree to **Privacy Policy** and **User Agreement**
150
150
151
151
2. I have read and agree to **User Agreement** and **Privacy Policy**
152
152
153
-
The above two results appear only because the order of **%1$s** and **%2$s** has been exchanged, but the order of calling **setFormatTextBean** to set the data has not changed, so when clicking **Privacy Both positions are 0 when the policy** is clicked, and both positions are 1 when **User Agreement** is clicked
153
+
The above two results appear only because the order of **%1$s** and **%2$s** has been exchanged, but the order of calling **setFormatText** to set the data has not changed, so when clicking **Privacy Both positions are 0 when the policy** is clicked, and both positions are 1 when **User Agreement** is clicked
154
154
155
-
**Simply speaking, in setFormatTextBean(str,"Privacy Policy","User Agreement"), the corresponding position of "Privacy Policy" is 0, and the corresponding position of "User Agreement" is 1**
155
+
**Simply speaking, in setFormatText(str,"Privacy Policy","User Agreement"), the corresponding position of "Privacy Policy" is 0, and the corresponding position of "User Agreement" is 1**
0 commit comments