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

Commit 2c9bc110 authored by Ilya Matyukhin's avatar Ilya Matyukhin Committed by Automerger Merge Worker
Browse files

Merge "Remove the reset method from fingerprint" into sc-dev am: b1453c7f

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13819805

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ia49a244de590066f146fdd1d20778cc89769567b
parents b0ea780b b1453c7f
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -140,9 +140,5 @@ public class TestHal extends IFingerprint.Stub {
            }
        };
    }

    @Override
    public void reset() {
    }
}