Skip to content

[BUG] Crash when scrolling to the bottom of an app's details page #1199

@opk12

Description

@opk12

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:

  1. Open the details page of an app.
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions