mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-15 11:28:10 +02:00
Fix asset date UI (#1590) + update packages
This commit is contained in:
@@ -437,7 +437,7 @@ class AppsPageState extends State<AppsPage> {
|
||||
? tr('changes')
|
||||
: ''
|
||||
: DateFormat('yyyy-MM-dd')
|
||||
.format(listedApps[appIndex].app.releaseDate!);
|
||||
.format(listedApps[appIndex].app.releaseDate!.toLocal());
|
||||
}
|
||||
|
||||
getSingleAppHorizTile(int index) {
|
||||
|
Reference in New Issue
Block a user