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

Commit d366011d authored by Philip P. Moltmann's avatar Philip P. Moltmann Committed by Android (Google) Code Review
Browse files

Merge "Unset is -1 not Nan"

parents c8aad06e a958fc33
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1070,7 +1070,7 @@ public final class PrintSpoolerService extends Service {
            if (progressString != null) {
                float progress = Float.parseFloat(progressString);

                if (progress != Float.NaN) {
                if (progress != -1) {
                    printJob.setProgress(progress);
                }
            }