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

Commit 91d8ff36 authored by Daisuke Miyakawa's avatar Daisuke Miyakawa Committed by Android Git Automerger
Browse files

am 60919fb2: Disable shouldDelayChildPressedState()

* commit '60919fb2':
  Disable shouldDelayChildPressedState()
parents f26d9d58 60919fb2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -36,7 +36,8 @@ public class DialtactsViewPager extends ViewPager {
     * ListViews which delay their children anyway, as desired to prevent
     * seeing pressed states flashing while scrolling lists
     */
    /*
    public boolean shouldDelayChildPressedState() {
        return false;
    }
    }*/
}