rayworks

Results 9 comments of rayworks

@yrizk Please note the first method is called in ```onLayout ()```. At that time, the ```MeasuredHeight``` of UIElement is determined, but not the actual Height. I agree that the method...

- `targetSdkVersion = 26` - `compileSdkVersion = 26` - `buildToolsVersion = '26.0.2'` I came across the same issue.

Hi @jigar-sable any plan to merge the code?

Came across the same issue on OPPO R15 (OS 8.1.0).

It seems this reply comes up one and a half years later.:) For handling configuration change, could it be possible to replace your ViewModel with the [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel) in AAC ?

Maybe you can check [this issues/291](https://github.com/brianwernick/ExoMedia/issues/291).

@zhoujunqz, Maybe you can check the build.cradle of your main project. In current repo, the app project has been configured as "Skipping non-debuggable build".

@yxcoding I didn't get the context. Where do you use the method ```aspectOf()``` ?

Got the same issue (V1.1.0 on OS 9.0) : > AndroidRuntime E FATAL EXCEPTION: main E android.os.FileUriExposedException: file:///storage/emulated/0/Android/data/com.your-app.pkgname/files/crashReports/2020-07-27%2017%3A14%3A53_crash.txt exposed beyond app through ClipData.Item.getUri() E at android.os.StrictMode.onFileUriExposed(StrictMode.java:1978) E at android.net.Uri.checkFileUriExposed(Uri.java:2371) E...