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

Commit 3a60c6e2 authored by Søren Gjesse's avatar Søren Gjesse Committed by Android (Google) Code Review
Browse files

Merge "Prepare for replacing Proguard with R8"

parents e7b44e85 c8aa60fc
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -107,4 +107,10 @@ public class TestJob extends Job {
                service.getString(android.R.string.cancel),
                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() {
    }
}