Loading app/src/main/java/foundation/e/apps/data/gitlab/SystemAppsUpdatesRepository.kt +2 −2 Original line number Diff line number Diff line Loading @@ -33,8 +33,6 @@ import javax.inject.Inject import javax.inject.Singleton import timber.log.Timber private class UnsupportedAndroidApiException(message: String) : RuntimeException(message) @Singleton class SystemAppsUpdatesRepository @Inject constructor( @ApplicationContext private val context: Context, Loading Loading @@ -246,3 +244,5 @@ class SystemAppsUpdatesRepository @Inject constructor( return updateList } } private class UnsupportedAndroidApiException(message: String) : RuntimeException(message) No newline at end of file Loading
app/src/main/java/foundation/e/apps/data/gitlab/SystemAppsUpdatesRepository.kt +2 −2 Original line number Diff line number Diff line Loading @@ -33,8 +33,6 @@ import javax.inject.Inject import javax.inject.Singleton import timber.log.Timber private class UnsupportedAndroidApiException(message: String) : RuntimeException(message) @Singleton class SystemAppsUpdatesRepository @Inject constructor( @ApplicationContext private val context: Context, Loading Loading @@ -246,3 +244,5 @@ class SystemAppsUpdatesRepository @Inject constructor( return updateList } } private class UnsupportedAndroidApiException(message: String) : RuntimeException(message) No newline at end of file