葱花滑蛋

Results 12 comments of 葱花滑蛋

i want set NumberPadTimePickerDialog is 24 hour, but is invalid **code** ![image](https://cloud.githubusercontent.com/assets/20864280/22959060/1b02820c-f36e-11e6-969f-f07f9b1e959c.png)

but i want number pad uses 24 hour mode depending on my code settings, not depending on your system's preference for 24-hour time, how can i do? i set mIs24HourMode...

thanks, i success modify NumberPadTimePickerDialog is 24 hour mode in NumberPadTimePicker.java. want TimePicker can add more styles (^_^) ![image](https://cloud.githubusercontent.com/assets/20864280/23003439/d44908ae-f42b-11e6-9f43-7aeafc904e69.png) ![image](https://cloud.githubusercontent.com/assets/20864280/23003485/11b04d6a-f42c-11e6-82ba-4578e1869538.png)

由playBeep、vibrate控制声音、震动,参考楼上的开发者,代码作如下修改即可 ``` public class CustomCaptureFragment extends CaptureFragment { @Override public void handleDecode(Result result, Bitmap barcode) { try { Field playBeep = CaptureFragment.class.getDeclaredField("playBeep"); playBeep.setAccessible(true); playBeep.set(this, false); Field vibrate = CaptureFragment.class.getDeclaredField("vibrate"); vibrate.setAccessible(true);...

https://user-images.githubusercontent.com/20864280/201885162-8b8bb17b-a30f-4e95-b430-a4945527190e.mp4

the recorded video is normal, but mirroring is still problematic

黑屏 ![image](https://github.com/alibaba/flutter_boost/assets/20864280/0d0edf81-e6c1-47e1-9615-ddc51ee24d7c)

I also have the same problem, It has already affected the compilation of many projects, please fix it as soon as possible