Zeeshan Syed

Results 11 comments of Zeeshan Syed

Bro, that's not the website of this repo. Use this link: https://let-def.github.io/insydious

Password is case sensitive. If u tried caps, use small letters. If u used small, use caps..

The key u r seeing, is that 10 digit?

https://let-def.github.io/insydious Above will work only for 01 digit key only.. Try again using this: http://bios-pw.org/

I found another one.. Try this: http://biosbug.com/acer/

It's dead

Try this. This is working very well Put this in the fragment which is being used in viewPager ``` override fun onResume() { super.onResume() binding.root.requestLayout() } ```

I have done something like this ``` @Composable expect fun GoogleMaps( modifier: Modifier, markers: List? = null, cameraPosition: CameraPosition? = null, cameraPositionLatLongBounds: CameraPositionLatLongBounds? = null, polyLine: List? = null )...

I'm also in a stage of trail and error to make the maps work on both platforms. As I keep adding more features, I started to have a feel like,...