Skip to content

Commit

Permalink
// api 限制
Browse files Browse the repository at this point in the history
  • Loading branch information
razerdp committed Sep 29, 2018
1 parent 652b01c commit be125ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ void clear() {
*/
private void tryToProxyWindowManagerMethod(PopupWindow popupWindow) {
if (mController == null || hackWindowManager != null) return;
if (Build.VERSION.SDK_INT < 27) {
if (Build.VERSION.SDK_INT <= 27) {
// Below Android P, ignore
troToProxyWindowManagerMethodBeforeP(popupWindow);
} else {
Expand Down

0 comments on commit be125ae

Please sign in to comment.