mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-11-01 05:53:27 +01:00
XAPK bugfixes, HTML default User-Agent
This commit is contained in:
@@ -542,8 +542,12 @@ class AppsPageState extends State<AppsPage> {
|
||||
? SizedBox(
|
||||
width: 110,
|
||||
child: Text(tr('percentProgress', args: [
|
||||
listedApps[index].downloadProgress?.toInt().toString() ??
|
||||
'100'
|
||||
listedApps[index].downloadProgress! >= 0
|
||||
? listedApps[index]
|
||||
.downloadProgress!
|
||||
.toInt()
|
||||
.toString()
|
||||
: tr('pleaseWait')
|
||||
])))
|
||||
: trailingRow,
|
||||
onTap: () {
|
||||
|
||||
Reference in New Issue
Block a user