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

Commit ab516db3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "OtaDexoptService: Add missing return" into oc-dev

parents ab3c8116 f4eb8eb2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -316,6 +316,7 @@ public class OtaDexoptService extends IOtaDexopt.Stub {

                if (arg == null) {
                    builder.append('!');
                    return;
                }

                String txt = String.valueOf(arg);