|
|
|
@ -110,7 +110,7 @@ public class Chose2timePopuWindow extends PopupWindow { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public void showPopupWindow(View parent) { |
|
|
|
public void showPopupWindow() { |
|
|
|
if (!this.isShowing()) { |
|
|
|
this.showAtLocation(context.getWindow().getDecorView(), Gravity.CENTER, 0, 0); |
|
|
|
} else { |
|
|
|
|