mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-21 05:29:29 +02: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
|
||||
? tr('changes')
|
||||
? showChanges != null
|
||||
? tr('changes')
|
||||
: ''
|
||||
: DateFormat('yyyy-MM-dd')
|
||||
.format(listedApps[index]
|
||||
.app
|
||||
|
Reference in New Issue
Block a user