mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
make sure we update the widget config folder name from the proper thread
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user