Commit cb454894 by sikang

ä¸bug fix

parent 02acca88
......@@ -47,7 +47,7 @@ public class Gateway {
* 注册协议和隐私政策
*/
public static String getAgreementPolicyUrl() {
String permissions = BuildConfig.NEED_CONTACT ? "12345" : "2345";
String permissions = BuildConfig.NEED_CONTACT ? "1235" : "235";
return gatewayInfo.privacy.get(0) + "?name=" +
LibConfig.APP_NAME.replace(" ", "%20") +
"&list=" + permissions;
......
......@@ -8,7 +8,7 @@
android:padding="20dp">
<TextView
android:layout_width="240dp"
android:layout_width="260dp"
android:layout_height="wrap_content"
android:text="@string/btn_read_agreemment"
android:textSize="20dp"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment