Skip to content

Commit

Permalink
Update FloatingWindowHelper.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-bogey authored Nov 30, 2021
1 parent ea2b455 commit 83e63cb
Showing 1 changed file with 2 additions and 2 deletions.
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 83e63cb

Please sign in to comment.