From 84ff9112883bbd046e83968ca84d16918d72f024 Mon Sep 17 00:00:00 2001
From: Pierre Nicolas <pierre.nicolas@savoirfairelinux.com>
Date: Fri, 28 Jun 2024 10:46:11 -0400
Subject: [PATCH] build: add missing ressource for no-push variant

Change-Id: I0b49caf9fbfb1341f8f9bef1cfa4127d7532fd7a
---
 .../app/src/noPush/res/values/strings_preferences.xml       | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 jami-android/app/src/noPush/res/values/strings_preferences.xml

diff --git a/jami-android/app/src/noPush/res/values/strings_preferences.xml b/jami-android/app/src/noPush/res/values/strings_preferences.xml
new file mode 100644
index 000000000..fbee0427b
--- /dev/null
+++ b/jami-android/app/src/noPush/res/values/strings_preferences.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+
+    <string name="pref_pushNotif_summary" translatable="false" />
+
+</resources>
\ No newline at end of file
-- 
GitLab