Bigkoo / Android-PickerView

This is a picker view for android , support linkage effect, timepicker and optionspicker.(时间选择器、省市区三级联动)
Apache License 2.0
13.42k stars 3.44k forks source link

fix the bug that PickView disappears #1025

Open Ficat opened 1 year ago

Ficat commented 1 year ago

Desc: If we use custom layout , and in this PickView we click it's child views or areas which don't consume touch events,the following will occur.

You can easily reproduce the situation in your sample app just by adding the follwing code to MainActivity#initCustomTimePicker(), run app and once you click the top middle area of the PickView (this area doesn't consume any touch events), you will find this PickView disappeared .isDialog(true) .setOutSideCancelable(false) .build();