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

Commit 59168621 authored by David Friedman's avatar David Friedman Committed by android-build-merger
Browse files

am 62b532c7: am d2d8c553: am e91c37de: Fixes wrongly nested braces. Bug:...

am 62b532c7: am d2d8c553: am e91c37de: Fixes wrongly nested braces. Bug: 17499985 automerge: cc7917d0 automerge: 4fc0aacb
automerge: ae4297e2

* commit 'ae4297e2':
  Fixes wrongly nested braces. Bug: 17499985
parents e504335f ae4297e2
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -169,7 +169,6 @@ private CharSequence getMessageText(Intent intent) {
    if (remoteInput != null) {
        return remoteInput.getCharSequence(EXTRA_VOICE_REPLY);
    }
    }
    return null;
}
</pre>
 No newline at end of file