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

Commit 78166c9a authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Simpler fix

parent fda1911c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ public final class InstallSourceInfo implements Parcelable {
     */
    @Nullable
    public String getInitiatingPackageName() {
        return mInitiatingPackageName;
        return mInstallingPackageName;
    }

    /**