Lucian Victor Tepes

Results 17 comments of Lucian Victor Tepes

I've done some reasearch into multicamera api and the conclusion is that not all devices are created equal. For example google pixel 4 only lists one back facing camera with...

Code looks okay to me. Yes, from my testing the code should behave exactly like `CaptureRequest.SCALER_CROP_REGION`. Unfortunately i don't have access to a pixel 6 to test zooming out, only...

@vishal1337 Looking at the current `v.1.2.0` looks the same as your proposed solution. However there's an issue with it if you're using an adapter like `ListAdapter` that dispatches insert /...

Any updates on this by any chance?

Stumbled upon this issue in our app when fragment view gets recreated from backstack or when a config change happens. We're using `inputType="none"` so filtering is not needed. The above...

Any workarounds till this gets fixed like saving states in presenters?

Any updates on this?

@MohamedRejeb recently ran into this issue. I've tried different versions of the library and it seems to work in `1.0.0-rc05`, but versions `1.0.0-rc06` and up all seem to have this...

Managed to write a test case that fails : https://github.com/slackhq/circuit/commit/0e7467e973c1168db5ac570f15c7b8f247d5eb4b

Tried the workaround but it doesn't seem to fix anything. My issue is not when root ui is present on screen but when `ScreenA` pops itself and pushes `ScreenB`. Pressing...