Aggiornato gradle e sistemata stampa in modalità Recupera UL
This commit is contained in:
@@ -252,7 +252,7 @@ open class WaterfallToolbar : androidx.cardview.widget.CardView {
|
||||
* @return A parcelable with the saved data
|
||||
*/
|
||||
override fun onSaveInstanceState(): Parcelable? {
|
||||
val savedState = SavedState(super.onSaveInstanceState())
|
||||
val savedState = SavedState(super.onSaveInstanceState() as Parcelable)
|
||||
|
||||
savedState.elevation = cardElevation.toInt()
|
||||
savedState.orthodoxPosition = orthodoxPosition
|
||||
|
||||
Reference in New Issue
Block a user