diff --git a/app/mobile/src/session/Session.jsx b/app/mobile/src/session/Session.jsx
index 4910c4e5..3522a143 100644
--- a/app/mobile/src/session/Session.jsx
+++ b/app/mobile/src/session/Session.jsx
@@ -177,6 +177,9 @@ export function Session() {
const openCards = () => {
cardNav.openDrawer();
}
+ const isCardOpen = () => {
+ return cardNav.getState().history.length > 1;
+ }
const conversation = useContext(ConversationContext);
@@ -202,7 +205,7 @@ export function Session() {
Profile
-
+
Contacts