Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9080e688 authored by John Shao's avatar John Shao Committed by Gerrit Code Review
Browse files

Merge "Set Notification Channel for Sending Parsing Notification" into main

parents ffad3be5 88bfe631
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -112,6 +112,7 @@ public class NotificationImportExportListener implements VCardImportExportListen
        final String description = mContext.getString(R.string.importing_vcard_description,
                entry.getDisplayName());

        ContactsNotificationChannelsUtil.createDefaultChannel(mContext);
        return constructProgressNotification(mContext.getApplicationContext(),
                VCardService.TYPE_IMPORT, description, tickerText, jobId, request.displayName,
                totalCount, currentCount);