Skip to content

Commit

Permalink
Merge pull request #189 from mr-bogey/master
Browse files Browse the repository at this point in the history
Update FloatingWindowHelper.kt
  • Loading branch information
princekin-f authored Nov 30, 2021
2 parents ea2b455 + a310398 commit db9e6e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## EasyFloat:Android悬浮窗框架
[![](https://jitpack.io/v/princekin-f/EasyFloat.svg)](https://jitpack.io/#princekin-f/EasyFloat)
[![](https://jitpack.io/v/mr-bogey/EasyFloat.svg)](https://jitpack.io/#mr-bogey/EasyFloat)
[![License](https://img.shields.io/badge/License%20-Apache%202-337ab7.svg)](https://www.apache.org/licenses/LICENSE-2.0)

> [EasyFloat:浮窗从未如此简单](https://www.jianshu.com/p/7d1a7c82094a)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ internal class FloatingWindowHelper(val context: Context, var config: FloatConfi
}
if (enterAnimator == null) {
floatingView.visibility = View.VISIBLE
windowManager.updateViewLayout(floatingView, params)
windowManager.updateViewLayout(frameLayout, params)
}
}

Expand Down Expand Up @@ -402,4 +402,4 @@ internal class FloatingWindowHelper(val context: Context, var config: FloatConfi
}
}
}
}
}

0 comments on commit db9e6e2

Please sign in to comment.