Skip to content

Commit

Permalink
Deprecate WebView quick bar gesture in code
Browse files Browse the repository at this point in the history
  • Loading branch information
jpelgrom committed Jul 21, 2022
1 parent f8d0d46 commit 09f072a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@ class WebViewActivity : BaseActivity(), io.homeassistant.companion.android.webvi

webView = binding.webview
webView.apply {
// TODO This quick bar workaround only works on Home Assistant core versions up to 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,
Expand Down

0 comments on commit 09f072a

Please sign in to comment.