Prima implementazione delle PreferenceSettings

This commit is contained in:
2019-03-04 11:45:13 +01:00
parent a1bfda134a
commit 3a16176b6d
11 changed files with 50 additions and 48 deletions

View File

@@ -310,6 +310,7 @@ open class WaterfallToolbar : androidx.cardview.widget.CardView {
post {
// it's safe to use "!!" here, since savedState will
// always store values properly set in onSaveInstanceState()
cardElevation = state.elevation!!.toFloat()
orthodoxPosition = state.orthodoxPosition!!
realPosition = state.realPosition!!