mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-03-02 22:26:24 -05:00
593: prevent bottomSheet from growing a padding getting into/leaving fullscreen r=TheLastProject a=Kethen From android 5 to 9, going into full screen then back adds a top padding onto the coordinator layout bottom sheet This aims to prevent that by removing the bottom sheet before entering full screen, then adding it back after leaving full screen Co-authored-by: Katharine Chui <kwchuiaa@connect.ust.hk>