mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-06-05 22:09:15 +02:00
properly update all elements if some colors change
This commit is contained in:
@ -176,7 +176,7 @@ class MainActivity : SimpleActivity() {
|
||||
}
|
||||
} else {
|
||||
fragment.breadcrumbs.removeBreadcrumb()
|
||||
openPath(fragment.breadcrumbs.lastItem.path)
|
||||
openPath(fragment.breadcrumbs.getLastItem().path)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user