Skip to content
Snippets Groups Projects
Commit fe221220 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "RemovalClient sendRemoved should check remaining instead of fingerId" into oc-dev

parents 5163d541 ac521ec3
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ public abstract class RemovalClient extends ClientMonitor {
} catch (RemoteException e) {
Slog.w(TAG, "Failed to notify Removed:", e);
}
return fingerId == 0;
return remaining == 0;
}
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment