Solutionunvalidated
Remove below line from your code — ViewCompat.setOnApplyWindowInsetsListener(findViewById(R.id.app_bar_main), new OnApplyWindowInsetsListener(). Outcome: also remove `fitssystemwindows = true` from your xml if used.
7cd6a13d-06ae-434d-add0-7d53a6309125
Remove below line from your code — ViewCompat.setOnApplyWindowInsetsListener(findViewById(R.id.app_bar_main), new OnApplyWindowInsetsListener(). Outcome: also remove fitssystemwindows = true from your xml if used.