1 min readJun 11, 2018
You can try to remove the listener whenever it is no longer needed (e.g. inside the callback itself) using ViewCompat.setOnApplyWindowInsetsListener(view, null)
.
You can try to remove the listener whenever it is no longer needed (e.g. inside the callback itself) using ViewCompat.setOnApplyWindowInsetsListener(view, null)
.
Android enthusiast, Google Certified Android developer, Stackoverflower