Clear hasTasksSubscription

pull/1381/head
Alex Baker 5 years ago
parent 379bf3856f
commit b76b7dcb71

@ -35,6 +35,7 @@ class Inventory @Inject constructor(
Timber.d("clear()") Timber.d("clear()")
purchases.clear() purchases.clear()
subscription.postValue(null) subscription.postValue(null)
hasTasksSubscription = false
hasPro = false hasPro = false
} }

Loading…
Cancel
Save