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

Commit 4691df22 authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

FIX - make system apps filter level NONE

parent 3db52bc4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ package foundation.e.apps.data.gitlab.models
import com.fasterxml.jackson.annotation.JsonIgnoreProperties
import com.squareup.moshi.Json
import foundation.e.apps.data.application.data.Application
import foundation.e.apps.data.enums.FilterLevel
import java.util.UUID

@JsonIgnoreProperties(ignoreUnknown = true)
@@ -47,5 +48,6 @@ fun UpdateDefinition.toApplication(): Application {
        originalSize = 1, // so that the app is not filtered out,
        url = downloadUrl,
        isSystemApp = true,
        filterLevel = FilterLevel.NONE,
    )
}
 No newline at end of file