|
|
@ -180,7 +180,6 @@ abstract class ActivityBase extends AppCompatActivity implements SharedPreferenc
|
|
|
|
return WindowInsetsCompat.CONSUMED;
|
|
|
|
return WindowInsetsCompat.CONSUMED;
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
if (this instanceof ActivityCompose)
|
|
|
|
|
|
|
|
ViewCompat.setWindowInsetsAnimationCallback(
|
|
|
|
ViewCompat.setWindowInsetsAnimationCallback(
|
|
|
|
holder,
|
|
|
|
holder,
|
|
|
|
new WindowInsetsAnimationCompat.Callback(WindowInsetsAnimationCompat.Callback.DISPATCH_MODE_STOP) {
|
|
|
|
new WindowInsetsAnimationCompat.Callback(WindowInsetsAnimationCompat.Callback.DISPATCH_MODE_STOP) {
|
|
|
|