mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-17 12:30:36 +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) {
|
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…
x
Reference in New Issue
Block a user