catalinghita8 / android-mvvm-rxjava2-dagger2

This repository contains a detailed sample application that uses MVVM as its presentation layer pattern. Essential dependencies are Dagger2 with Dagger-android, RxJava2 with RxAndroid, Room, Retrofit and Espresso.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clicking Quake fragment causes app to crash

MiguelAlexRamirez opened this issue · comments

very helpful pedagogical example, it seems to crash when attempting to click a single quake fragment and be redirected tot he URL specified

Hi @MiguelAlexRamirez,

I will have a look into and see what's causing the crash.
Can you please give me more details on what device and Android API level have you encountered this?

Thanks,
Catalin

I was unable to reproduce this.

Please post a stacktrace.

I just realized the attachment was sent via proton mail and doesn't seem to be appearing here, my apologies
stack_trace

@MiguelAlexRamirez I was able to reproduce the issue now. Thanks.
Please check the fixes in 77d21914bc42fb07693f45ea16cd3847a1a205b5 .

Also get the latest version on master branch and it should no longer crash on API 29+.