Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
[ID: 558956]
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
AI-191.6183.87.35.5471097, JRE 1.8.0_202-release-1483-b01x64 JetBrains s.r.o, OS Mac OS X(x86_64) v10.14.4, screens 1680x1050; Retina
AS: 3.5 Canary 12; Android Gradle Plugin: 3.5.0-alpha12; Gradle: 5.3.1; NDK: from local.properties: (not specified), latest from SDK: (not found); LLDB: LLDB 3.1 (revision: 3.1.4508709); CMake: from local.properties: (not specified), latest from SDK: 3.10.2, from PATH: (not found)
private lateinit var bitmap: Bitmap
override fun onDraw(canvas: Canvas) {
if (!::bitmap.isInitialized)
bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888)
}