Anyone else run into unexpected implicit cast warn...
# android
a
Anyone else run into unexpected implicit cast warning when calling the View::animate method directly on the return value of findViewById? e.g.
findViewById<View>(R.id.some_view_id).animate().alpha(1F)