Razil
Results
2
issues of
Razil
Bump compileSdkVersion and targetSdkVersion to 28 (required for refactoring to AndroidX). Disable transparent status bar color. Update Android gradle plugin to 3.2.1
I was looking into #18 and the solution requires a reference to `Context`. This can be done either by inheriting from `AndroidViewModel` or by passing the context to `setupGetComments()`. Neither...