Aggiornato gradle e sistemata stampa in modalità Recupera UL

This commit is contained in:
2019-01-16 15:41:11 +01:00
parent 4c5e885a6c
commit 90b751fbc8
23 changed files with 90 additions and 61 deletions

View File

@@ -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