-
Notifications
You must be signed in to change notification settings - Fork 182
[BUG] Crash when scrolling to the bottom of an app's details page #1199
Copy link
Copy link
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Since the upgrade to 0.6.8, scrolling to the bottom of an app's page (where the available versions list should appear) causes a crash.
To Reproduce
Steps to reproduce the behavior:
- Open the details page of an app.
- Scroll to the bottom.
Stack trace
FATAL EXCEPTION: main
Process: com.looker.droidify, PID: 29611
java.lang.NoSuchMethodError: No virtual method setTooltipText(Ljava/lang/CharSequence;)V in class Landroid/widget/ImageView; or its super classes (declaration of 'android.widget.ImageView' appears in /system/framework/framework.jar:classes2.dex)
at com.looker.droidify.ui.appDetail.AppDetailAdapter.onBindViewHolder(r8-map-id-5004630702d2bba8e754764090f40d29fa371eab32e7760d9faa95e05a9c16bb:341)
at androidx.recyclerview.widget.RecyclerView$Recycler.tryGetViewHolderForPositionByDeadline(r8-map-id-5004630702d2bba8e754764090f40d29fa371eab32e7760d9faa95e05a9c16bb:1450)
at androidx.recyclerview.widget.GapWorker.prefetchPositionWithDeadline(r8-map-id-5004630702d2bba8e754764090f40d29fa371eab32e7760d9faa95e05a9c16bb:64)
at androidx.recyclerview.widget.GapWorker.prefetch(r8-map-id-5004630702d2bba8e754764090f40d29fa371eab32e7760d9faa95e05a9c16bb:177)
at androidx.recyclerview.widget.GapWorker.run(r8-map-id-5004630702d2bba8e754764090f40d29fa371eab32e7760d9faa95e05a9c16bb:70)
at android.os.Handler.handleCallback(Handler.java:751)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6816)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1563)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1451)
Smartphone (please complete the following information):
Samsung Android 7.1.
Does not happen on Samsung Android 11.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working