mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-17 21:01:46 +00:00
Added safeguards during NotificationChannel creation.
We were getting an IllegalArgumentException during channel creation on some Samsung phones. Stack trace didn't give me much more than that, so just adding in some additional safeguards that make sense based on reading AOSP.
This commit is contained in:
@@ -674,6 +674,7 @@
|
||||
<string name="NotificationChannel_app_updates">App updates</string>
|
||||
<string name="NotificationChannel_other">Other</string>
|
||||
<string name="NotificationChannel_group_messages">Messages</string>
|
||||
<string name="NotificationChannel_missing_display_name">Unknown</string>
|
||||
|
||||
<!-- QuickResponseService -->
|
||||
<string name="QuickResponseService_quick_response_unavailable_when_Signal_is_locked">Quick response unavailable when Signal is locked!</string>
|
||||
|
Reference in New Issue
Block a user