Studio Build:2.2.3 Version of Gradle Plugin:2.14.1 Version of Gradle: Version of Java:1.8.0_111 OS:
Steps to Reproduce:
Small quality of life bug. Autocomplete of [handler.postDelayed(new Runnable()..] does not include the required [long milliSeconds]. It would be nice if there was a filler delay like 1000.
Step 1. Type "handler.postDelayed(new R)" Step 2. Autofinish to create new Runnable Step 3. Notice missing delay
Description
supply all required information.
Studio Build:2.2.3
Version of Gradle Plugin:2.14.1
Version of Gradle:
Version of Java:1.8.0_111
OS:
Steps to Reproduce:
Small quality of life bug. Autocomplete of [handler.postDelayed(new Runnable()..] does not include the required [long milliSeconds]. It would be nice if there was a filler delay like 1000.
Step 1. Type "handler.postDelayed(new R)"
Step 2. Autofinish to create new Runnable
Step 3. Notice missing delay