• Erik's avatar
    b/2574912 Made postDelayed calls get cancelled on pause · 212f06fd
    Erik authored
    postDelayed calls to stop the calendars list from being refreshed were
    surviving the activity being finished and re created. This explicitly
    turns them off and on when the activity calls onPause and onResume
    respectively. This also rearranges where the refresh post gets set up
    to make it more dependable.
    
    Change-Id: Icdc1c0ee4e6dad91fb1792748d1a43df8e2ad6c2
    212f06fd
SelectCalendarsActivity.java 6.4 KB