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

Commit 6c58f468 authored by Kevin Chyn's avatar Kevin Chyn Committed by android-build-merger
Browse files

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

am: fe221220

Change-Id: I6e976398877585fb5a9fef26103754b13c17b7fc
parents c43b9f27 fe221220
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