Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
Update FCMService.java (#1984)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luan Zanchet authored and macdonst committed Sep 29, 2017
1 parent 21b4fdc commit 0d66773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/com/adobe/phonegap/push/FCMService.java
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ private void createActions(Bundle extras, NotificationCompat.Builder mBuilder, R
RemoteInput remoteInput = null;
if (inline) {
Log.d(LOG_TAG, "create remote input");
String replyLabel = "Enter your reply here";
String replyLabel = action.optString(INLINE_REPLY, "Enter your reply here");
remoteInput =
new RemoteInput.Builder(INLINE_REPLY)
.setLabel(replyLabel)
Expand Down

0 comments on commit 0d66773

Please sign in to comment.