Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1f03d59f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix long-press issue in RelativeTouchListener." into rvc-dev am: 8208ca5d

Change-Id: Id6ceca10a7ae40ff76be78726bac3b8769c61758
parents c3be4b99 8208ca5d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -115,7 +115,9 @@ abstract class RelativeTouchListener : View.OnTouchListener {

                performedLongClick = false
                handler.postDelayed({
                    if (v.isLongClickable) {
                        performedLongClick = v.performLongClick()
                    }
                }, ViewConfiguration.getLongPressTimeout().toLong())
            }