-
Press "delete" witg 16000 files selected, the list is unscrollable, and the activity crashes:
```
-------------------------------------
android.view.WindowManager$BadTokenException: Unable to add…
-
### Description
When sharding tests I get frequent (and seemingly random) 'No tests found' errors which fail the build.
See this PR: https://github.com/google/accompanist/pull/463 for an example…
-
```
In AndroidGame.java you can no longer use
int frameBufferWidth = isLandscape ? 480 : 320;
int frameBufferHeight = isLandscape ? 320 : 480;
Bitmap frameBuffer = Bitmap.c…
-
I'm still using Afterstep, is anyone still maintaining it? One small issue affecting 2.2.12 up thru latest 2.2.12-4: Popup dialog windows in Perl/Tk often pop up WITHOUT keyboard focus (requiring on…
-
```
What steps will reproduce the problem?
1. Run Camera app (or downlaod any other camera app)
What is the expected output? What do you see instead?
Force close.
What version of the product are you…
-
```
In AndroidGame.java you can no longer use
int frameBufferWidth = isLandscape ? 480 : 320;
int frameBufferHeight = isLandscape ? 320 : 480;
Bitmap frameBuffer = Bitmap.c…
-
```
In AndroidGame.java you can no longer use
int frameBufferWidth = isLandscape ? 480 : 320;
int frameBufferHeight = isLandscape ? 320 : 480;
Bitmap frameBuffer = Bitmap.c…
-
Hi there,
I have been using SDL_gpu to develop an android game. So far, every works fine. The only problem is that when drawing on android everything is pushed down along the y axis by a certain offs…
-
When calling ImageJ from OMERO, the program is launched headless, which changes the behavior of IJ1's `ij.WindowManager`. Calls to `selectWindow` and `selectImage` apparently do not work at all, which…
-
我改了下项目发响状态栏是透明的而且被界面填充,这个是在哪里设置的,希望能告诉我下