eclipse-kuksa / kuksa-android-companion

Apache License 2.0
3 stars 1 forks source link

Fix Crash when Rotating from Portrait to Landscape Mode #30

Closed wba2hi closed 9 months ago

wba2hi commented 9 months ago

Closes: #26

wba2hi commented 9 months ago

Even though Hilt was added now let's always keep in mind not to "over-abuse" it. When you have a hammer everything might look like a nail, but it isn't. Let's try to use dependency injection only where absolutely needed or helpful and let's try not to entangle Hilt now with every component we add, so that these components can easily be re-used without explicitely having to introduce Hilt as well.

wba2hi commented 9 months ago

@SebastianSchildt PR can be merged