Fixes wrongly nested braces.
Bug: 17499985 Change-Id: I6dc7abb14c06462a3eb9be3cb15d8baf11115323
This commit is contained in:
@@ -166,9 +166,8 @@ which is referenced by the <code>EXTRA_VOICE_REPLY</code> key that is used in th
|
|||||||
|
|
||||||
private CharSequence getMessageText(Intent intent) {
|
private CharSequence getMessageText(Intent intent) {
|
||||||
Bundle remoteInput = RemoteInput.getResultsFromIntent(intent);
|
Bundle remoteInput = RemoteInput.getResultsFromIntent(intent);
|
||||||
if (remoteInput != null) {
|
if (remoteInput != null) {
|
||||||
return remoteInput.getCharSequence(EXTRA_VOICE_REPLY);
|
return remoteInput.getCharSequence(EXTRA_VOICE_REPLY);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user