1
0
Fork 0

For #2919 - Invoke Pending Delete Jobs in onPause

master
Emily Kager 2019-05-28 12:45:34 -07:00 committed by Sawyer Blatz
parent 9871c9b2e3
commit 506f332b85
1 changed files with 1 additions and 0 deletions

View File

@ -447,6 +447,7 @@ class HomeFragment : Fragment(), CoroutineScope, AccountObserver {
}
override fun onPause() {
invokePendingDeleteJobs()
super.onPause()
val homeViewModel = activity?.run {
ViewModelProviders.of(this).get(HomeScreenViewModel::class.java)