Override LinearLayout's onLayout pass in AlertDialogLayout
LinearLayout sets up internal state during onLayout that's missing when we override onMeasure. Avoid calling super.onMeasure() by re-implementing onLayout without the internal state dependencies. Bug: 30494039 Change-Id: I1149517a2fe5f5afdb4125db5e7f573588fea740
Loading
Please register or sign in to comment