implemented dual Nextcloud push registration with separate general and talk apptypes to ensure reliable Talk notification delivery; introduced stacked MessagingStyle notifications for chat threads with support for circular conversation avatars and disk caching
This commit is contained in:
@@ -15,8 +15,11 @@ class NotificationService {
|
||||
FlutterLocalNotificationsPlugin();
|
||||
|
||||
Future<void> initializeNotifications() async {
|
||||
// Dedicated monochrome status-bar icon: launcher mipmaps are unusable as
|
||||
// small icons because Android renders only their alpha silhouette (a
|
||||
// solid circle in the status bar).
|
||||
const androidSettings = AndroidInitializationSettings(
|
||||
'@mipmap/ic_launcher',
|
||||
'@drawable/ic_stat_notification',
|
||||
);
|
||||
|
||||
// iOS Talk category mirrors the Android inline reply + mark-as-read actions
|
||||
|
||||
Reference in New Issue
Block a user