setDecorFitsSystemWindows

fun Fragment.setDecorFitsSystemWindows(fits: Boolean, revertOnDestroy: Boolean = true)

Create Delegate to apply/revert activity-wide WindowCompat.setDecorFitsSystemWindows on fragment start-stop lifecycle.

Parameters

revertOnDestroy

if false, no tearDown is applied: useful if the next navigation destination also applies this method (due to Fragment lifecycle).