mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-11-03 23:03:29 +01:00 
			
		
		
		
	Don't show 'Changes' button if it doesn't do anything
This commit is contained in:
		@@ -431,7 +431,9 @@ class AppsPageState extends State<AppsPage> {
 | 
			
		||||
                                          child: Text(
 | 
			
		||||
                                            listedApps[index].app.releaseDate ==
 | 
			
		||||
                                                    null
 | 
			
		||||
                                                ? showChanges != null
 | 
			
		||||
                                                    ? tr('changes')
 | 
			
		||||
                                                    : ''
 | 
			
		||||
                                                : DateFormat('yyyy-MM-dd')
 | 
			
		||||
                                                    .format(listedApps[index]
 | 
			
		||||
                                                        .app
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user