You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I'm in a screen with only one ViewPager, why do I need to say swipePagerForward(viewId)? I just want to say swipePagerForward(). In addition, it will prevent the test of breaking if someone refactors the layout.xml while using a gradle flavor different than the test one.
The text was updated successfully, but these errors were encountered:
rocboronat
changed the title
Avoid asking for an ID if there are only one item of that kind
Avoid asking for an ID if there are only one ViewPager
May 10, 2017
rocboronat
changed the title
Avoid asking for an ID if there are only one ViewPager
Avoid asking for an ID if there is only one ViewPager
May 10, 2017
If I'm in a screen with only one ViewPager, why do I need to say
swipePagerForward(viewId)
? I just want to sayswipePagerForward()
. In addition, it will prevent the test of breaking if someone refactors the layout.xml while using a gradle flavor different than the test one.The text was updated successfully, but these errors were encountered: