mirror of
https://github.com/material-components/material-components-android.git
synced 2026-01-20 20:12:52 +08:00
It seems like on Android 8 & 9 framework's View implementation has a bug that under certain scenarios if we set a view's visibility when view.getParent() is null, it can cause NPE crash. Fixes this by switching the order of addView and setVisibility() call. Resolves https://github.com/material-components/material-components-android/issues/917 PiperOrigin-RevId: 413978332