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

Commit 60919fb2 authored by Daisuke Miyakawa's avatar Daisuke Miyakawa
Browse files

Disable shouldDelayChildPressedState()

Bug: 5749722
Change-Id: I69f64372763a24599ed654fe99a760aaebc8ca18
parent 5b39b5c3
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;
    }
    }*/
}