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

Commit 3daac9ba authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 4484469 from cad54e62 to pi-release

Change-Id: I7d45ce9b5400414edf0e2b4d298d959d1a63fb48
parents 5f4369f2 cad54e62
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -172,8 +172,7 @@ abstract public class Job implements Runnable {
        return true;
    }

    void finish() {
    }
    abstract void finish();

    abstract void start();
    abstract Notification getSetupNotification();
+0 −2
Original line number Diff line number Diff line
@@ -108,8 +108,6 @@ public class TestJob extends Job {
                R.drawable.ic_cab_cancel);
    }

    // Add an empty finish method. R8 will remove the one in the base class as that
    // is never called in the app.
    @Override
    void finish() {
    }