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

Commit 07913354 authored by Amith Yamasani's avatar Amith Yamasani Committed by Android (Google) Code Review
Browse files

Merge "Fix sync tests failure."

parents 6959a43f 1b6ae002
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1171,7 +1171,7 @@ public class SyncStorageEngine extends Handler {
                syncs = new ArrayList<SyncInfo>();
                mCurrentSyncs.put(userId, syncs);
            }
            return new ArrayList<SyncInfo>(syncs);
            return syncs;
        }
    }