mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-06-13 05:37:48 +02:00
fix(mapper): opera page view controller mapper
This commit is contained in:
@ -17,7 +17,6 @@ class OperaPageViewControllerMapper : AbstractClassMapper("OperaPageViewControll
|
|||||||
init {
|
init {
|
||||||
mapper {
|
mapper {
|
||||||
for (clazz in classes) {
|
for (clazz in classes) {
|
||||||
if (!clazz.isAbstract()) continue
|
|
||||||
if (!clazz.hasConstructorString("OperaPageViewController") || !clazz.hasStaticConstructorString("ad_product_type")) {
|
if (!clazz.hasConstructorString("OperaPageViewController") || !clazz.hasStaticConstructorString("ad_product_type")) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user