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

Commit 769ae732 authored by John Shao's avatar John Shao Committed by Automerger Merge Worker
Browse files

Merge "Set Notification Channel for Sending Parsing Notification" into main am: 9080e688

parents ffad3be5 9080e688
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);