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

Commit 5c1e4ec2 authored by Kevin Chyn's avatar Kevin Chyn Committed by android-build-merger
Browse files

Merge "RemovalClient sendRemoved should check remaining instead of fingerId"...

Merge "RemovalClient sendRemoved should check remaining instead of fingerId" into oc-dev am: fe221220
am: 6c58f468

Change-Id: Iebb8c3a6b888e530626c52a76a947e2bd724153c
parents 6226d412 6c58f468
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