Replaces TODOs

This commit is contained in:
ericdecanini 2022-07-28 11:24:00 +02:00
parent 3c8401bc24
commit a11d5ebdd9
2 changed files with 2 additions and 2 deletions

View file

@ -259,7 +259,7 @@ abstract class VectorBaseActivity<VB : ViewBinding> : AppCompatActivity(), Maver
initUiAndData()
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)
window.statusBarColor = toolbarBackground
window.navigationBarColor = toolbarBackground

View file

@ -270,7 +270,7 @@ class NewHomeDetailFragment @Inject constructor(
}
private fun onSpaceChange(spaceSummary: RoomSummary?) {
// TODO: Reimplement
// Reimplement in next PR
println(spaceSummary)
}