forecasty1

Results 1 issues of forecasty1

Facing issue with SettingsClient. Due to https://developer.android.com/training/location/change-location-settings i did following request to ask user enable location when its disabled: ``` settingsClient.checkLocationSettings(locationSettingsRequest.build()) .addOnSuccessListener { viewModel.locationPermissionGranted() } .addOnFailureListener { if (it is...