Skip to content

Commit

Permalink
Merge pull request #215 from xbdtb/patch-1
Browse files Browse the repository at this point in the history
Update PickerViewModule.java
  • Loading branch information
xwenliang authored Nov 15, 2017
2 parents 6ae8ebb + 0526f26 commit eaa8589
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ public void onSelected(ArrayList<ReturnData> selectedList) {
Window window = dialog.getWindow();
if (window != null) {
layoutParams.flags = WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE;
layoutParams.type = WindowManager.LayoutParams.TYPE_TOAST;
// layoutParams.type = WindowManager.LayoutParams.TYPE_TOAST;
layoutParams.format = PixelFormat.TRANSPARENT;
layoutParams.windowAnimations = R.style.PickerAnim;
layoutParams.width = WindowManager.LayoutParams.MATCH_PARENT;
Expand Down

0 comments on commit eaa8589

Please sign in to comment.