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

Commit fe538cb6 authored by David Christie's avatar David Christie Committed by Android (Google) Code Review
Browse files

Merge "Fix broken method WorkSource.set (names aren't applied)." into klp-dev

parents 5dfccc3c dd3a021f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -223,7 +223,6 @@ public class WorkSource implements Parcelable {
        }
        mUids[0] = uid;
        mNames[0] = name;
        mNames = null;
    }

    /** @hide */