correct call of teardown wear plugin
This commit is contained in:
parent
dc79109f5e
commit
4e77902bdb
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue