mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
Replaces TODOs
This commit is contained in:
parent
3c8401bc24
commit
a11d5ebdd9
@ -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 New Issue
Block a user