Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e10d8cdf authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽 Committed by Hasib Prince
Browse files

updated copyright

parent eb16595b
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -164,9 +164,11 @@ class DownloadManager @Inject constructor(
        try {
            downloadManager.query(downloadManagerQuery.setFilterById(*downloadingIds))
                .use { cursor ->

                    if (!cursor.moveToFirst()) {
                        return@use
                    }

                    while (!cursor.isAfterLast) {
                        val status =
                            cursor.getInt(cursor.getColumnIndexOrThrow(DownloadManager.COLUMN_STATUS))
+1 −1
Original line number Diff line number Diff line
/*
 * Copyright ECORP SAS 2022
 * Copyright MURENA SAS 2023
 * Apps  Quickly and easily install Android apps onto your device!
 *
 * This program is free software: you can redistribute it and/or modify