diff --git a/rasa-ext-views.cabal b/rasa-ext-views.cabal
--- a/rasa-ext-views.cabal
+++ b/rasa-ext-views.cabal
@@ -1,5 +1,5 @@
 name: rasa-ext-views
-version: 0.1.5
+version: 0.1.6
 cabal-version: >=1.10
 build-type: Simple
 license: GPL-3
@@ -30,7 +30,7 @@
         Rasa.Ext.Views.Internal.StatusBar
     build-depends:
         base >=4.8 && <5,
-        rasa >=0.1.11 && <0.2,
+        rasa >=0.1.12 && <0.2,
         lens ==4.14.*,
         data-default >=0.7.1.1 && <0.8,
         bifunctors >=5.4.1 && <5.5,
diff --git a/src/Rasa/Ext/Views/Internal/Actions.hs b/src/Rasa/Ext/Views/Internal/Actions.hs
--- a/src/Rasa/Ext/Views/Internal/Actions.hs
+++ b/src/Rasa/Ext/Views/Internal/Actions.hs
@@ -106,7 +106,7 @@
 -- | Returns whether the current buffer is focused in at least one view.
 isFocused :: BufAction Bool
 isFocused = do
-  inFocus <- liftApp focusedBufs
+  inFocus <- runApp focusedBufs
   br <- getBufRef
   return $ br `elem` inFocus
 
