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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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