Tomasz Rybakiewicz
Tomasz Rybakiewicz
> In the example activities, we are showing recenter button always, but it doesn't work unless we start navigation. We should hide the recenter button and make it visible only...
> > > In the example activities, we are showing recenter button always, but it doesn't work unless we start navigation. We should hide the recenter button and make it...
> This is out of the scope of this PR and should be followed up in a different one. > @tomaszrybakiewicz let's revert the [last commit](https://github.com/mapbox/mapbox-navigation-android/pull/6158/commits/78c3ddf3879a2258c234a89158e4eac06b59295f) as this is not...
@kiryldz, Thanks. This issue is not a blocker and we already [implemented a workaround in NavSDK](https://github.com/mapbox/mapbox-navigation-android/pull/5943/files#diff-f2cca061380015a1e107803f17368bee5d2cfd1575726972f387b2549232fa5cR174). However this issue might still affect developers that decide to use their LocationProvider implementation...
Hi @saibotk. Thanks for using Drop-In UI and filing this issue. You are correct. The`Store` ignores any actions dispatched during the processing of the current action. This was intentionally designed...
@EricGeiler While investigating this issue, one of our engineers observed similar behaviour in our test applications. > ... I found out that it is caused by the app calling setNavigationRoutes...
@abhishek1508 Can you review and merge this?
> I still don't fully understand why would we catch this exception. This is a clear misuse of the Android SDK I agree with @LukasPaczos here. We shouldn't catch "startService"...
> ... How about the following? We rethrow the exceptions that are thrown for known background cases (`IllegalStateException` for `startService` and `ForegroundServiceStartNotAllowedException` for `startForegroundService`) but catch everything else? If a...
@abhishek1508 The changes that remove `@Experimental` annotation are great. However, I have a couple of questions about some other changes: - Why are we moving and modifying `ComponentInstaller` classes? I...