mirror of
https://github.com/gezimos/inkOS.git
synced 2026-04-19 13:31:46 -04:00
Vibration Feedback for Longpress 1. Settings 2.SetHomeApp
This commit is contained in:
@@ -749,6 +749,8 @@ class HomeFragment : Fragment(), View.OnClickListener, View.OnLongClickListener
|
||||
}
|
||||
|
||||
override fun onLongClick(view: View): Boolean {
|
||||
vibratePaging()
|
||||
|
||||
if (prefs.homeLocked) {
|
||||
if (prefs.longPressAppInfoEnabled) {
|
||||
// Open app info for the long-pressed app
|
||||
@@ -808,6 +810,7 @@ class HomeFragment : Fragment(), View.OnClickListener, View.OnLongClickListener
|
||||
}
|
||||
|
||||
override fun onLongClick() {
|
||||
vibratePaging()
|
||||
CrashHandler.logUserAction("Launcher Settings Opened")
|
||||
trySettings()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user