Loading app/src/main/java/foundation/e/apps/data/application/data/Application.kt +1 −0 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading
app/src/main/java/foundation/e/apps/data/application/data/Application.kt +1 −0 Original line number Diff line number Diff line Loading @@ -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 { Loading