mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-06-12 13:17:42 +02:00
fix(mapper): opera page view controller mapper
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user