v-mas
Results
3
issues of
v-mas
AuthState method _performActionWithFreshTokens_ updates itself when in need to refresh tokens and we do not even know about it, therefore if we had stored state in local storage, we do...
enhancement
Please add support for using theme attribute to pass default style. It could be done in Shimmer builder by accepting third parameter ```Kotlin AlphaHighlightBuilder().consumeAttributes(context, null, R.attr.shimmerStyle).build() ``` Or for extending...