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

Commit 9ad8a533 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am 9a5c6e68: am 4243710b: am 89f4a546: am 0c933df6: fix bug in code snippet

* commit '9a5c6e68':
  fix bug in code snippet
parents f7fd0088 9a5c6e68
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@ RemoteInput remoteInput = new RemoteInput.Builder(EXTRA_VOICE_REPLY)
// Create wearable notification and add remote input
Notification replyNotification =
        new WearableNotifications.Builder(replyNotificationBuilder)
        .addRemoteInputForContentIntent(replyAction)
        .addRemoteInputForContentIntent(remoteInput)
        .build();
</pre>