暂提
This commit is contained in:
@@ -26,6 +26,6 @@ public class MyRelativeLayout5 extends RelativeLayout {
|
||||
protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
|
||||
int widthSize = MeasureSpec.getSize(widthMeasureSpec);
|
||||
heightMeasureSpec = MeasureSpec.makeMeasureSpec(widthSize, MeasureSpec.EXACTLY);
|
||||
super.onMeasure(widthMeasureSpec, heightMeasureSpec+100);
|
||||
super.onMeasure(widthMeasureSpec, heightMeasureSpec+150);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -332,7 +332,7 @@ public class RouteUtil {
|
||||
*/
|
||||
public static void forwardCustomerService(String url) {
|
||||
ARouter.getInstance().build(PATH_CS)
|
||||
.withString(Constants.URL, url)
|
||||
.withString(Constants.URL, url+"?1=1")
|
||||
.navigation();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user