mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 10:25:35 +03:00
Replaces TODOs
This commit is contained in:
parent
3c8401bc24
commit
a11d5ebdd9
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -270,7 +270,7 @@ class NewHomeDetailFragment @Inject constructor(
|
|||
}
|
||||
|
||||
private fun onSpaceChange(spaceSummary: RoomSummary?) {
|
||||
// TODO: Reimplement
|
||||
// Reimplement in next PR
|
||||
println(spaceSummary)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue