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

Commit d2d8c553 authored by David Friedman's avatar David Friedman Committed by Android Git Automerger
Browse files

am e91c37de: Fixes wrongly nested braces. Bug: 17499985

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