Fix ActionMode not being inset correctly

Caused by the new action mode animations delaying
the call to setVisibility(VISIBLE), without delaying
the call to requestApplyInsets. This means that the
resulting call to onApplyInsets() happens with the action
mode view being GONE.

BUG: 22651908
Change-Id: I6e8ad429fccb8f73abd339d821a1d792b6f2d565
1 file changed