suppress deprecation
This commit is contained in:
parent
11d51098be
commit
80f6050d04
1 changed files with 1 additions and 0 deletions
|
@ -217,6 +217,7 @@ class ComboV2PairingActivity : NoSplashAppCompatActivity() {
|
||||||
override fun onBackPressed() {
|
override fun onBackPressed() {
|
||||||
aapsLogger.info(LTag.PUMP, "User pressed the back button; cancelling any ongoing pairing")
|
aapsLogger.info(LTag.PUMP, "User pressed the back button; cancelling any ongoing pairing")
|
||||||
combov2Plugin.cancelPairing()
|
combov2Plugin.cancelPairing()
|
||||||
|
@Suppress("DEPRECATION")
|
||||||
super.onBackPressed()
|
super.onBackPressed()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue