#AndroidDev peeps, any idea how I can fix this bug? Whenever I change fragments when a new tab is selected the ripple animation doesn't fully play. It's like the fragment transaction interrupts it. At least that is my hunch because reselecting an active tab plays the ripple.pic.twitter.com/ApCygmgi8M
Seems like it has something to do with the TabLayout being inside an AppBarLayout. When I take if out of if, it works as expected. Wut? 