From cc98464e1f30e7439c95141b9ef94ebb2376e06b Mon Sep 17 00:00:00 2001 From: Cosmin Tanislav Date: Fri, 24 Sep 2021 20:28:48 +0300 Subject: [PATCH] sm8350-common: fod: remove fod hbm on handling --- fod/FingerprintInscreen.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/fod/FingerprintInscreen.cpp b/fod/FingerprintInscreen.cpp index 2105e46..892bb23 100644 --- a/fod/FingerprintInscreen.cpp +++ b/fod/FingerprintInscreen.cpp @@ -134,7 +134,6 @@ Return FingerprintInscreen::onFinishEnroll() { } Return FingerprintInscreen::onPress() { - set(FOD_HBM_PATH, FOD_HBM_ON); return Void(); }