Skip to content

Commit

Permalink
restart IMS registration upon tapping IMS status display toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
kyujin-cho committed Feb 16, 2024
1 parent eb64583 commit b1e5f9a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ open class IMSStatusQSTileService(private val simSlotIndex: Int) : TileService()

override fun onClick() {
super.onClick()
moder?.restartIMSRegistration()
this.refreshStatus()
}
}

0 comments on commit b1e5f9a

Please sign in to comment.