Show correct FAB icon when stopwatch is paused and returning to StopwatchFragment

This commit is contained in:
Phillip Hsu 2016-09-13 16:15:51 -07:00
parent 8f01874cbd
commit 7c381cf62f

View File

@ -243,7 +243,7 @@ public class StopwatchFragment extends RecyclerViewFragment<
@Override
public void onPageSelected() {
setMiniFabsVisible(mStartTime > 0);
syncFabIconWithStopwatchState(mStartTime > 0);
syncFabIconWithStopwatchState(isStopwatchRunning());
}
@Override