Merge changes I4dff7875,If2dbfc35 into tm-qpr-dev
* changes: Remove smartspace offset Bouncer - Fix activity launch
This commit is contained in:
committed by
Android (Google) Code Review
commit
25829c3e1b
@@ -24,6 +24,7 @@
|
|||||||
<!-- margin from keyguard status bar to clock. For split shade it should be
|
<!-- margin from keyguard status bar to clock. For split shade it should be
|
||||||
keyguard_split_shade_top_margin - status_bar_header_height_keyguard = 8dp -->
|
keyguard_split_shade_top_margin - status_bar_header_height_keyguard = 8dp -->
|
||||||
<dimen name="keyguard_clock_top_margin">8dp</dimen>
|
<dimen name="keyguard_clock_top_margin">8dp</dimen>
|
||||||
|
<dimen name="keyguard_smartspace_top_offset">0dp</dimen>
|
||||||
|
|
||||||
<!-- QS-->
|
<!-- QS-->
|
||||||
<dimen name="qs_panel_padding_top">16dp</dimen>
|
<dimen name="qs_panel_padding_top">16dp</dimen>
|
||||||
|
|||||||
@@ -88,7 +88,7 @@ object KeyguardBouncerViewBinder {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
view.repeatWhenAttached {
|
view.repeatWhenAttached {
|
||||||
repeatOnLifecycle(Lifecycle.State.STARTED) {
|
repeatOnLifecycle(Lifecycle.State.CREATED) {
|
||||||
try {
|
try {
|
||||||
viewModel.setBouncerViewDelegate(delegate)
|
viewModel.setBouncerViewDelegate(delegate)
|
||||||
launch {
|
launch {
|
||||||
|
|||||||
Reference in New Issue
Block a user