Skip to content

Commit

Permalink
refractor: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
axel358 committed Feb 8, 2024
1 parent 2180f86 commit 99a07b9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,6 @@ class DockService : AccessibilityService(), OnSharedPreferenceChangeListener, On
val layoutParams: WindowManager.LayoutParams?
val deviceWidth = DeviceUtils.getDisplayMetrics(context, preferLastDisplay).widthPixels
val deviceHeight = DeviceUtils.getDisplayMetrics(context, preferLastDisplay).heightPixels
//val dockHeight = dockLayout.measuredHeight
val margins = Utils.dpToPx(context, 2)
val navHeight = DeviceUtils.getNavBarHeight(context)
val diff = if (dockHeight - navHeight > 0) dockHeight - navHeight else 0
Expand Down

0 comments on commit 99a07b9

Please sign in to comment.