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) {
|
private fun updateFolderImage(folderPath: String) {
|
||||||
mFolderPath = folderPath
|
mFolderPath = folderPath
|
||||||
folder_picker_value.text = getFolderNameFromPath(folderPath)
|
|
||||||
runOnUiThread {
|
runOnUiThread {
|
||||||
|
folder_picker_value.text = getFolderNameFromPath(folderPath)
|
||||||
config_folder_name.text = getFolderNameFromPath(folderPath)
|
config_folder_name.text = getFolderNameFromPath(folderPath)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue