set Liftable Override Enabled
Sets whether the AppBarLayout lifted state corresponding to setLiftable and setLifted will be overridden manually.
If true, this means that the AppBarLayout will not manage its own lifted state and it should instead be manually updated via setLifted. If false, the will manage its lifted state based on the scrolling sibling view.
Note that calling setLiftable will result in this liftable override being enabled and set to true by default.