commit b5dda0353ae9006c082cc20aa4f172b5adde6eb3
parent 261d55461715db5102dffb1b0792d7f37782d011
Author: rhunk <101876869+rhunk@users.noreply.github.com>
Date:   Tue,  2 Apr 2024 22:50:50 +0200

fix(mapper): opera page view controller mapper

Diffstat:
Mmapper/src/main/kotlin/me/rhunk/snapenhance/mapper/impl/OperaPageViewControllerMapper.kt | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/mapper/src/main/kotlin/me/rhunk/snapenhance/mapper/impl/OperaPageViewControllerMapper.kt b/mapper/src/main/kotlin/me/rhunk/snapenhance/mapper/impl/OperaPageViewControllerMapper.kt @@ -17,7 +17,6 @@ class OperaPageViewControllerMapper : AbstractClassMapper("OperaPageViewControll init { mapper { for (clazz in classes) { - if (!clazz.isAbstract()) continue if (!clazz.hasConstructorString("OperaPageViewController") || !clazz.hasStaticConstructorString("ad_product_type")) { continue }