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

Commit 49580f5c authored by David Christie's avatar David Christie Committed by Android Git Automerger
Browse files

am f6a63c92: am fe538cb6: Merge "Fix broken method WorkSource.set (names...

am f6a63c92: am fe538cb6: Merge "Fix broken method WorkSource.set (names aren\'t applied)." into klp-dev

* commit 'f6a63c92':
  Fix broken method WorkSource.set (names aren't applied).
parents 3e65abdf f6a63c92
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 */