Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Commit

Permalink
Update ForegroundService.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Live-Block authored Nov 3, 2024
1 parent b40348a commit 0acf9c6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ class ForegroundService : Service(), SharedPreferences.OnSharedPreferenceChangeL
}

override fun onScroll(
e1: MotionEvent?,
e1: MotionEvent,
e2: MotionEvent,
distanceX: Float,
distanceY: Float
Expand All @@ -419,7 +419,7 @@ class ForegroundService : Service(), SharedPreferences.OnSharedPreferenceChangeL
}

override fun onFling(
e1: MotionEvent?,
e1: MotionEvent,
e2: MotionEvent,
velocityX: Float,
velocityY: Float
Expand Down

0 comments on commit 0acf9c6

Please sign in to comment.