remove TODO
This commit is contained in:
parent
f18285a170
commit
e69692fe9e
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ class DetailSettingsActivity : AppCompatActivity() {
|
|||
value
|
||||
}
|
||||
val newSubscription = subscription.copy(displayName = displayName)
|
||||
save(newSubscription) // TODO: does this need refresh=true?
|
||||
save(newSubscription)
|
||||
activity?.runOnUiThread {
|
||||
activity?.title = displayName(newSubscription)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue