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

Commit ae4297e2 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

* commit '4fc0aacb':
  Fixes wrongly nested braces. Bug: 17499985
parents f5051e9b 4fc0aacb
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