summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2024-02-15 20:18:51 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2024-02-15 20:18:51 +0100
commitcb2de3d315bccb1119af1b52cb59be2144089d2e (patch)
treec497047ca49e80bb2ce1aba13198961d486b8b6e
parente8e0641ff448df07b8a6b3cb86e7a9fec2e2238b (diff)
Fix camera error page
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r--src/ui/new_contact.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/new_contact.c b/src/ui/new_contact.c
index 302f32c..7d547eb 100644
--- a/src/ui/new_contact.c
+++ b/src/ui/new_contact.c
@@ -126,7 +126,7 @@ _disable_video_processing(UI_NEW_CONTACT_Handle *handle,
{
g_assert(handle);
- if (handle->preview_stack)
+ if (!(handle->preview_stack))
goto skip_stack;
if (handle->camera_count)