- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 1.9k
 
fix: folder picker activity empty list state #15818
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
3e31c59    to
    ce23a08      
    Compare
  
    ce23a08    to
    d2fc248      
    Compare
  
    d2fc248    to
    a9a00f0      
    Compare
  
    | // in owncloud library with broadcast notifications pending to process | ||
| DataHolderUtil.getInstance().delete(intent.getStringExtra(FileSyncAdapter.EXTRA_RESULT)) | ||
| } finally { | ||
| listOfFilesFragment?.setEmptyListMessage(EmptyListState.LOCAL_FILE_LIST_EMPTY_FILE) | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If ExtendedListFragment contains items, empty list state is not visible thus adding IDLE state in this PR out of scope. Maybe we can add via separate PR.
| user, | ||
| applicationContext | ||
| ) | ||
| operation.execute( | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Previously, setBackgroundText() is called before waiting completion of the RefreshFolderOperation.
| 
           APK file: https://www.kaminsky.me/nc-dev/android-artifacts/15818.apk   | 
    
| 
           /backport to stable-3.34  | 
    

Changes
Handles empty list state correctly in
FolderPickerActivityHow to reproduce?