Jonathan Herriott

Results 6 comments of Jonathan Herriott

Not entirely true, see one of my feature requests: https://issuetracker.google.com/issues/73251351 What's important is you don't observe on a LiveData object from something bound to a different lifecycle. For instance, if...

@christyjacob4 I haven't been doing a lot of Android development recently, so hopefully my memory on kotlin/mvvm still holds true. It sounds like you are basically filtering data based on...

@marchof added the stacktrace from the generated report

what is the workaround for an android application? This doesn't seem to work: ``` buildscript { dependencies { classpath 'com.android.tools.build:gradle:3.0.0-beta7' } } plugins { id 'net.researchgate.release' version '2.4.0' } task...