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

Commit c42bb220 authored by Mangesh Ghiware's avatar Mangesh Ghiware Committed by Android (Google) Code Review
Browse files

Merge "Cherry-pick of 092fd92 to fix bug 7344730 also." into gb-ub-photos-arches

parents b1a28418 91217765
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ public abstract class MediaObject {
    }

    public int getSupportedOperations(boolean getAll) {
        return 0;
        return getSupportedOperations();
    }

    public void setSupportedOperationsListener(SupportedOperationsListener l) {