mirror of
				https://github.com/owncloud/android-library.git
				synced 2025-10-31 02:17:41 +00:00 
			
		
		
		
	Use the token instead of the path when a public link has been created with no name
This commit is contained in:
		
							parent
							
								
									ee726119cb
								
							
						
					
					
						commit
						8f3aeb30ed
					
				| @ -226,8 +226,8 @@ public class OCShare implements Parcelable, Serializable { | ||||
|         if (mName.length() > 0) { | ||||
|             return mName; | ||||
|         } | ||||
|         if (mPath.length() > 0) { | ||||
|             return (new File(mPath)).getName(); | ||||
|         if (mToken.length() > 0) { | ||||
|             return mToken; | ||||
|         } | ||||
|         return ""; | ||||
|     } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user