mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-30 22:34:02 +01:00 
			
		
		
		
	White Spacing
This commit is contained in:
		
							parent
							
								
									c54be08845
								
							
						
					
					
						commit
						3e0e533882
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -109,9 +109,9 @@ public class CategoryDao { | |||
|         // Hardcoding column positions! | ||||
|         return new Category( | ||||
|                 CategoryContentProvider.uriForId(cursor.getInt(cursor.getColumnIndex(Table.COLUMN_ID))), | ||||
|                     cursor.getString(cursor.getColumnIndex(Table.COLUMN_NAME)), | ||||
|                     new Date(cursor.getLong(cursor.getColumnIndex(Table.COLUMN_LAST_USED))), | ||||
|                     cursor.getInt(cursor.getColumnIndex(Table.COLUMN_TIMES_USED)) | ||||
|                 cursor.getString(cursor.getColumnIndex(Table.COLUMN_NAME)), | ||||
|                 new Date(cursor.getLong(cursor.getColumnIndex(Table.COLUMN_LAST_USED))), | ||||
|                 cursor.getInt(cursor.getColumnIndex(Table.COLUMN_TIMES_USED)) | ||||
|         ); | ||||
|     } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Hassan
						Hassan