-
I get an stacktrace with V1.14.2 in Android Studio
```
Android Studio 4.1
Build #AI-201.8743.12.41.6858069, built on September 23, 2020
Runtime version: 1.8.0_242-release-1644-b01 amd64
VM:…
-
Version: Avalonia 11.0.0
When code completion window is shown AvaloniaEdit crashes with "System.InvalidCastException: 'Unable to cast object of type 'System.String' to type 'AvaloniaEdit.CodeComple…
-
Have a question. How I can limit list by columns and rows? E.g. I have a sheet 100x100 and I want to show only 100 rows and 100 columns and stop scrolling after reaching this limits
-
-
I am using a recyclerview right now. when i fully copy and implement your code in my project working well but how can i animate my 2 column recyclerview to 1 column? And also 1column -> 2 column again…
-
**Description**
When I build the application using Azure DevOps Pipeline, I get this fatal exception thrown. However, if I locally publish in release
mode, it does not throw that exception.
I a…
-
```
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC…
-
### Description
When investigating ANRs in my app, I turned on StrictMode violation logging. I found that `ShellSectionRenderer.OnCreateView()` is causing an `IllegalAccessException` attempting to …
-
I got this error when scroll recyclerview. It drop frame so much.
How to fix this ,guy?
Thanks!
`Cannot call this method in a scroll callback. Scroll callbacks might be run during a measure & l…
-
I have created a single instance of `ExoPlayer `to be used throughout a `RecyclerView ` in my app (a chat screen). When a user clicks on a video thumbnail, I pass a list of URIs to the ExoPlayer class…