Osman Saral

Results 49 comments of Osman Saral

I'm currently using this but my app is single activity and this makes it scoped to the entire app

This happens in layout editor @rengwuxian. Works ok in the application. Here is another one. ``` java.lang.AssertionError at android.content.res.BridgeResources.getDimensionPixelSize(BridgeResources.java:397) at com.rengwuxian.materialedittext.MaterialEditText.init(MaterialEditText.java:294) at com.rengwuxian.materialedittext.MaterialEditText.(MaterialEditText.java:280) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)...

I got the same error with swift. Or something with iOS 8.1 simulator, or XCode 6. Even if the current locale is en_US bundle is dutch. Here is the code:...

@yannickl Could you tell me what is wrong so I can fix them? My unit tests should have passed

I'll update and send pull request again.

to keep the ViewModel instance when navigating between chat and media screen. It should stay alive inside the navigator 2, but should die when navigating back from chat screen

Thanks @hristogochev for the idea. In my case, I just hat to implement a different TabDisposable: ``` @OptIn(InternalVoyagerApi::class) @Composable fun TabDisposable(tabs: List) { val navigator = LocalNavigator.currentOrThrow DisposableEffectIgnoringConfiguration(Unit) { onDispose...