Tobiloba Oyelekan
Tobiloba Oyelekan
Creating a second Service like this makes the socket reconnect, thereby opening multiple connections @Provides @Singleton fun provideAuthService(scarlet: Scarlet): Service1 { return scarlet.create(Service1::class.java) } @Provides @Singleton fun providesUserService(scarlet: Scarlet): Service2...
This PR adds android security lint check dependency to app module Closes #1680 Ran `./gradlew lint` to check results Before  After ![Screenshot 2024-12-23...
**What I have done and why** This is a step towards addressing #1325 In-order to create tests for `DefaultSearchContentsRepository` and `DefaultRecentSearchRepository`, we need fakes for `NewsResourceFtsDao` and `TopicFtsDao` If this...