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

Commit e1bdec8d authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

issue_5413: UpdatesFragment - show updates data even if timeout

parent 8ca289fa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -133,8 +133,8 @@ class UpdatesFragment : TimeoutFragment(R.layout.fragment_updates), FusedAPIInte
            if (!it.isSuccess()) {
                cleanapkFailed = it.message.toBoolean()
                onTimeout()
                return@observe
            } else {
            }
            if (it.isValidData()) {
                listAdapter?.setData(it.data!!)
                if (!isDownloadObserverAdded) {
                    observeDownloadList()