更新ui
This commit is contained in:
@@ -84,20 +84,20 @@ String getPrivacy(int type) {
|
||||
} else if (AppConstants().ent_type == APPPackageType.TH.code) {
|
||||
if (type == 1) {
|
||||
return ServiceConstant.policy_url +
|
||||
"/th" +
|
||||
"/theh" +
|
||||
"/th_privacy_policy_$language.html";
|
||||
}
|
||||
return ServiceConstant.policy_url +
|
||||
"/th" +
|
||||
"/theh" +
|
||||
"/th_user_policy_$language.html";
|
||||
} else {
|
||||
if (type == 1) {
|
||||
return ServiceConstant.policy_url +
|
||||
"/th" +
|
||||
"/theh" +
|
||||
"/th_privacy_policy_$language.html";
|
||||
}
|
||||
return ServiceConstant.policy_url +
|
||||
"/th" +
|
||||
"/theh" +
|
||||
"/th_user_policy_$language.html";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user