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

Commit 97def60c authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

add TODO to remove updateSource from Application class

parent 981d234d
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -110,6 +110,7 @@ data class Application(
        this.type = if (this.is_pwa) PWA else NATIVE
    }

    // TODO: Make this logic separate from data layer.
    fun updateSource(context: Context) {
        this.apply {
            source = when {