mirror of
				https://github.com/owncloud/android-library.git
				synced 2025-10-31 02:17:41 +00:00 
			
		
		
		
	fix empty screen
This commit is contained in:
		
							parent
							
								
									0e7fd8ee8f
								
							
						
					
					
						commit
						0abc3a6b29
					
				| @ -1,5 +1,7 @@ | |||||||
| /* ownCloud Android Library is available under MIT license | /** ownCloud Android Library is available under MIT license | ||||||
|  *   Copyright (C) 2016 ownCloud GmbH. |  * | ||||||
|  |  *   @author Christian Schabesberger | ||||||
|  |  *   Copyright (C) 2018 ownCloud GmbH. | ||||||
|  *    |  *    | ||||||
|  *   Permission is hereby granted, free of charge, to any person obtaining a copy |  *   Permission is hereby granted, free of charge, to any person obtaining a copy | ||||||
|  *   of this software and associated documentation files (the "Software"), to deal |  *   of this software and associated documentation files (the "Software"), to deal | ||||||
| @ -164,7 +166,7 @@ public class WebdavEntry { | |||||||
|             prop = propSet.get( |             prop = propSet.get( | ||||||
|                 EXTENDED_PROPERTY_NAME_PERMISSIONS, Namespace.getNamespace(NAMESPACE_OC) |                 EXTENDED_PROPERTY_NAME_PERMISSIONS, Namespace.getNamespace(NAMESPACE_OC) | ||||||
|             ); |             ); | ||||||
|             if (prop != null) { |             if (prop != null && prop.getValue() != null) { | ||||||
|                 mPermissions = prop.getValue().toString(); |                 mPermissions = prop.getValue().toString(); | ||||||
|             } |             } | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user