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

Commit a66de16c authored by Robert Ly's avatar Robert Ly
Browse files

docs: fix typo bug 16623189

Change-Id: Ia790587cf60cbf4e9f699605a5ad6a7dc5a06799
parent a37ddd97
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -190,7 +190,7 @@ bigStyle.bigText(eventDescription);
NotificationCompat.Builder notificationBuilder =
        new NotificationCompat.Builder(this)
        .setSmallIcon(R.drawable.ic_event)
        .setLargeIcon(BitmapFractory.decodeResource(
        .setLargeIcon(BitmapFactory.decodeResource(
                getResources(), R.drawable.notif_background))
        .setContentTitle(eventTitle)
        .setContentText(eventLocation)