mirror of
				https://github.com/owncloud/android-library.git
				synced 2025-11-03 20:08:00 +00:00 
			
		
		
		
	Added ResultCode for failed local removal
This commit is contained in:
		
							parent
							
								
									2157723124
								
							
						
					
					
						commit
						16d237e42a
					
				@ -97,7 +97,8 @@ public class RemoteOperationResult implements Serializable {
 | 
				
			|||||||
        ACCOUNT_NOT_NEW, 
 | 
					        ACCOUNT_NOT_NEW, 
 | 
				
			||||||
        ACCOUNT_NOT_THE_SAME,
 | 
					        ACCOUNT_NOT_THE_SAME,
 | 
				
			||||||
        INVALID_CHARACTER_IN_NAME,
 | 
					        INVALID_CHARACTER_IN_NAME,
 | 
				
			||||||
        SHARE_NOT_FOUND
 | 
					        SHARE_NOT_FOUND,
 | 
				
			||||||
 | 
					        LOCAL_STORAGE_NOT_REMOVED
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    private boolean mSuccess = false;
 | 
					    private boolean mSuccess = false;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user