mikepenz/Crossfader

Crossfader doesn't recreate state correctly after configuration change

开放

#18 创建于 2020年5月7日

 (1 条评论) (0 个反应) (0 位负责人)Java (21 个派生)github user discovery
help wantedquestion

仓库指标

星标
 (80 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Hi Mike,

Fist of all thanks for providing us such great libraries. Keep up the good work :)

In application that I am working on currently we are using your super cool solution MaterialDrawer with auto generated MiniDrawer. After some testing I noticed that content panel wasn't recreating as it should to.

Initial state for testing is opened Drawer and then change orientation. After recreation of activity content panel was shifted to the right even if withResizeContentPanel option was set on Crossfader builder.

Here you can look at demo code: link

Problem occurs on: Samsung S7 - android version 8.0, Android emulator Nexus 10 - android version 8.1, Android emulator Nexus 10 - android version 10.

Used latest Crossfader library version 1.6.0 Followed sample and instructions on MaterialDrawer

Sorry for bad English,

Cheers :)

贡献者指南