Ekalips
Ekalips
Hey @plattysoft Any updates on bringing it to the MavenCentral or other non jCenter repo?
I think that it's similar problem to VideoView loading again when activity comes from back stack. As far as I know there is no way to deal with it. Only...
@vinaygaba it happens when you do it in the XML. Eg: `app:type="none"`
Also as an addition I want to add that you are unable to set (or disable) card type programmatically.
@Asendo316 Currently only one workaround is to hide logo view programatically when you don't know what card type is. ` View logoView = cardLayout.findViewById(R.id.card_logo); logoView.setVisibility(View.GONE); `
 It's obviously worse with 2-3 button nav
Additional info: the library does "move" the latest log into the tmp file for further processing, so technically data isn't lost when app death happens. The issue is that tmp...