properly update all elements if some colors change

This commit is contained in:
tibbi
2017-10-22 21:34:29 +02:00
parent 72fb8256d1
commit 2969314cc9
4 changed files with 10 additions and 10 deletions

View File

@ -176,7 +176,7 @@ class MainActivity : SimpleActivity() {
}
} else {
fragment.breadcrumbs.removeBreadcrumb()
openPath(fragment.breadcrumbs.lastItem.path)
openPath(fragment.breadcrumbs.getLastItem().path)
}
}