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

Commit 4fc0aacb 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: 17499985

automerge: cc7917d0

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