Remove quick bar deprecation comment (#3052)

Remove quick bar comment

Home assistant core has fixed the issue in 2022.10.0
This commit is contained in:
chriss158 2022-11-09 21:17:39 +00:00 committed by GitHub
parent e1c636e44e
commit 367e35dae4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -256,8 +256,6 @@ class WebViewActivity : BaseActivity(), io.homeassistant.companion.android.webvi
onBackPressedDispatcher.addCallback(this, onBackPressed)
webView.apply {
// TODO This quick bar workaround only works on Home Assistant core versions <2022.7
// If not 'fixed' or officially supported: should be removed in Android 2023.1 (GitHub: #2690)
setOnTouchListener(object : OnSwipeListener() {
override fun onSwipe(
e1: MotionEvent,