Max

Results 15 comments of Max

@AleksIakushev Did you solve the problem?

I solve the problem with override setImageMatrix method: ``` class CustomCropImageView(context: Context?) : GestureCropImageView(context) { private var tempMatrix: Matrix? = null override fun setImageMatrix(matrix: Matrix?) { try { tempMatrix =...

See other model: Im have base object ``` java public abstract class BaseObject { private String guid; private Map name; private List tags; private double latitude; private double longitude; private...

Language name: Russian language code: ru body: Доступна новая версия приложения {{appName}}! Новая версия: {{currentAppStoreVersion}}, текущая версия: {{currentInstalledVersion}} ignore button: НЕТ later button: ПОЗЖЕ update button: ОБНОВИТЬ prompt: Хотите обновить...

I've created this solution after small investigation This is not completed yet, but can show the main idea Idea is simple: build proxy `VoyagerRouter` for voyager navigator and ViewModel, DI...

the same problem with live edit :( this behaviour renders live edit useless. Is any chance to fix it?

попробуйте создавать RetainFactory.create в onCreate(), а подписываться на события в onResume() через subscribe()