wasdennnoch / AndroidN-ify

[Discontinued] An Xposed module to use features introduced in Android N on your LP+ Device
265 stars 93 forks source link

QS headers not showing on lock screen #857

Closed Leo3418 closed 7 years ago

Leo3418 commented 8 years ago

As the screenshot below shows, QS headers disappear on lock screen. However, tiles do show up if I pull down to expand the full QS panel. screenshot_20160917-144147

The system is CM 13.0. This issue occurs on https://github.com/wasdennnoch/AndroidN-ify/commit/706a751891fb6059d330b0615b574dbe82904d90.

Xposed log:

09-18 09:29:00.359 I/Xposed  (17774): [Android N-ify] [DEBUG] NotificationPanelHooks: setBarStateHook: Setting state to 1
09-18 09:29:02.625 I/Xposed  (17774): [Android N-ify] [DEBUG] NotificationPanelHooks: setBarStateHook: Setting state to 2
09-18 09:29:06.025 I/Xposed  (17774): [Android N-ify] [DEBUG] StatusBarHeaderHooks: handleShowDetailImpl: hiding detail; expanding: true;
09-18 09:29:06.551 I/Xposed  (17774): [Android N-ify] [DEBUG] NotificationPanelHooks: setBarStateHook: Setting state to 1
09-18 09:29:08.769 I/Xposed  (17774): [Android N-ify] [DEBUG] StatusBarHeaderHooks: handleShowDetailImpl: hiding detail; expanding: false;
09-18 09:29:09.741 I/Xposed  (17774): [Android N-ify] [DEBUG] NotificationPanelHooks: setBarStateHook: Setting state to 0
09-18 09:29:12.037 I/Xposed  (17774): [Android N-ify] [DEBUG] StatusBarHeaderHooks: handleShowDetailImpl: hiding detail; expanding: true;
09-18 09:29:12.254 I/Xposed  (17774): [Android N-ify] [DEBUG] StatusBarHeaderHooks: handleShowDetailImpl: hiding detail; expanding: true;
09-18 09:29:13.988 I/Xposed  (17774): [Android N-ify] [DEBUG] StatusBarHeaderHooks: handleShowDetailImpl: hiding detail; expanding: true;
09-18 09:29:14.105 I/Xposed  (17774): [Android N-ify] [DEBUG] StatusBarHeaderHooks: handleShowDetailImpl: hiding detail; expanding: true;
09-18 09:29:21.329 I/Xposed  (17774): [Android N-ify] [DEBUG] SystemUIHooks: Broadcast received, action: tk.wasdennnoch.androidn_ify.action.ACTION_GENERAL

Please inform me if log is insufficient.

wasdennnoch commented 7 years ago

This is a workaround to allow tiles to be hidden properly on the lock screen. They were still visible in the header previously. Also the animation was broken as some tiles were invisible so the others moved around.

Leo3418 commented 7 years ago

Okay, hope it can be fixed in future builds. 😀