Replaces TODOs
This commit is contained in:
parent
3c8401bc24
commit
a11d5ebdd9
|
@ -259,7 +259,7 @@ abstract class VectorBaseActivity<VB : ViewBinding> : AppCompatActivity(), Maver
|
||||||
initUiAndData()
|
initUiAndData()
|
||||||
|
|
||||||
if (vectorFeatures.isNewAppLayoutEnabled()) {
|
if (vectorFeatures.isNewAppLayoutEnabled()) {
|
||||||
tryOrNull { // TODO: Add to XML theme when feature flag is removed
|
tryOrNull { // Add to XML theme when feature flag is removed
|
||||||
val toolbarBackground = MaterialColors.getColor(views.root, R.attr.vctr_toolbar_background)
|
val toolbarBackground = MaterialColors.getColor(views.root, R.attr.vctr_toolbar_background)
|
||||||
window.statusBarColor = toolbarBackground
|
window.statusBarColor = toolbarBackground
|
||||||
window.navigationBarColor = toolbarBackground
|
window.navigationBarColor = toolbarBackground
|
||||||
|
|
|
@ -270,7 +270,7 @@ class NewHomeDetailFragment @Inject constructor(
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun onSpaceChange(spaceSummary: RoomSummary?) {
|
private fun onSpaceChange(spaceSummary: RoomSummary?) {
|
||||||
// TODO: Reimplement
|
// Reimplement in next PR
|
||||||
println(spaceSummary)
|
println(spaceSummary)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue