Show correct FAB icon when stopwatch is paused and returning to StopwatchFragment
This commit is contained in:
parent
8f01874cbd
commit
7c381cf62f
@ -243,7 +243,7 @@ public class StopwatchFragment extends RecyclerViewFragment<
|
|||||||
@Override
|
@Override
|
||||||
public void onPageSelected() {
|
public void onPageSelected() {
|
||||||
setMiniFabsVisible(mStartTime > 0);
|
setMiniFabsVisible(mStartTime > 0);
|
||||||
syncFabIconWithStopwatchState(mStartTime > 0);
|
syncFabIconWithStopwatchState(isStopwatchRunning());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user