Omar Mohamed Khalil

Results 3 issues of Omar Mohamed Khalil

updated project to target android 33

if you are on S+ android api you may get this error so in notification helper you can update pending intent to check if current sdk is higher than S...

class WeatherLocalDataSourceImpl is thrown a null pointer exception so returning an empty DBWeather if it's null fixing the issue override suspend fun getWeather(): DBWeather? = withContext(ioDispatcher) { if (weatherDao.getWeather() ==...