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

Commit ec7e9c64 authored by Natalie Masse's avatar Natalie Masse
Browse files

Typo fixed in sample code

Change-Id: I15328b663db3cffa44b5fb5c1fa4becd7a7d9f2d
parent bcd1af39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -155,7 +155,7 @@ PendingIntent actionPendingIntent =
// Create the action
NotificationCompat.Action action =
        new NotificationCompat.Action.Builder(R.drawable.ic_action,
                getString(R.string.label, actionPendingIntent))
                getString(R.string.label), actionPendingIntent)
                .build();

// Build the notification and add the action via WearableExtender