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

Commit e91c37de authored by David Friedman's avatar David Friedman
Browse files

Fixes wrongly nested braces.

Bug: 17499985

Change-Id: I6dc7abb14c06462a3eb9be3cb15d8baf11115323
parent e3dd89a4
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