PRobi23

Results 5 comments of PRobi23

Hello, I also have this type of error also. I try this in two way: GlideToVectorYou .init() .with(view.context) .withListener(object : GlideToVectorYouListener { override fun onLoadFailed() {} override fun onResourceReady() {...

This worked: GlideToVectorYou .init() .with(view.context) .withListener(object : GlideToVectorYouListener { override fun onLoadFailed() {} override fun onResourceReady() { val paint = Paint() paint.colorFilter = PorterDuffColorFilter(ContextCompat.getColor(view.context, colorId), PorterDuff.Mode.SRC_ATOP) view.setLayerPaint(paint) } }) .load(imageUri,...

Did you add the build phase like this to the iOS app? ``` "$SRCROOT/../gradlew" -p "$SRCROOT/../" :composeApp:copyFrameworkResourcesToApp \ -Pmoko.resources.PLATFORM_NAME="$PLATFORM_NAME" \ -Pmoko.resources.CONFIGURATION="$CONFIGURATION" \ -Pmoko.resources.ARCHS="$ARCHS" \ -Pmoko.resources.BUILT_PRODUCTS_DIR="$BUILT_PRODUCTS_DIR" \ -Pmoko.resources.CONTENTS_FOLDER_PATH="$CONTENTS_FOLDER_PATH" ``` It's in...

What kind of version we need to buy to remove it? And how exactly we need to remove the trial version after buying the application. Thanks!

@Shestac92 thanks! And what version do i need to buy? I want to use this product only in one android project. Thanks again!