You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens randomly when the fragment is created with the following stacktrace:
Fatal Exception: kotlin.e
at com.airbnb.paris.StyleApplierUtils$DebugListener.getOrDefault(StyleApplierUtils.java:19)
at com.airbnb.paris.StyleApplierUtils$DebugListener.processAttributes(StyleApplierUtils.java:32)
at com.airbnb.paris.StyleApplier.apply(StyleApplier.java:61)
at android.view.ViewGroupStyleApplier.applyParent(ViewGroupStyleApplier.java:24)
at com.airbnb.paris.StyleApplier.apply(StyleApplier.java:50)
at com.techmash.playo.modules.learn.overview.ui.LearnResourceItemStyleApplier.applyParent(LearnResourceItemStyleApplier.java:20)
at com.airbnb.paris.StyleApplier.apply(StyleApplier.java:50)
at com.airbnb.paris.StyleApplierUtils$Companion.getAttrNames$paris_release(StyleApplierUtils.java:72)
at com.techmash.playo.modules.learn.overview.ui.LearnResourceItemModel_$1.run(LearnResourceItemModel_.java:135)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:919)
I am dynamically changing some styles in the controller.
The text was updated successfully, but these errors were encountered:
rohithThammaiah
changed the title
App crashes randomly
Throws Fatal Exception randomly - not able to figure out the issue
Jan 20, 2021
This happens randomly when the fragment is created with the following stacktrace:
I am dynamically changing some styles in the controller.
The text was updated successfully, but these errors were encountered: