mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-01-21 20:45:32 +01:00
make sure we update the widget config folder name from the proper thread
This commit is contained in:
parent
e3964a1b91
commit
92bf2acc56
@ -160,8 +160,8 @@ class WidgetConfigureActivity : SimpleActivity() {
|
||||
|
||||
private fun updateFolderImage(folderPath: String) {
|
||||
mFolderPath = folderPath
|
||||
folder_picker_value.text = getFolderNameFromPath(folderPath)
|
||||
runOnUiThread {
|
||||
folder_picker_value.text = getFolderNameFromPath(folderPath)
|
||||
config_folder_name.text = getFolderNameFromPath(folderPath)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user