correct call of teardown wear plugin

This commit is contained in:
AdrianLxM 2021-03-27 22:49:22 +01:00
parent b077b1d5b1
commit 57f9fa0730

View file

@ -134,7 +134,7 @@ class WearPlugin @Inject constructor(
override fun onStop() {
disposable.clear()
super.onStop()
actionStringHandler.get().setup()
actionStringHandler.get().tearDown()
}
private fun sendDataToWatch(status: Boolean, basals: Boolean, bgValue: Boolean) {