Export to GitHub

mtg-familiar - issue #66

Round Timer doesn't start for API level 1.5


Posted on Feb 6, 2012 by Happy Horse

What steps will reproduce the problem? 1. Launch an emulator with API level 1.5, and run Familiar 2. Start the round timer

What is the expected output? What do you see instead? The round timer should start, but nothing happens. Not even the button changing text

We currently are supporting Android 1.5 devices, so either this gets fixed or we bump the min api to 1.6

Comment #1

Posted on Feb 6, 2012 by Happy Horse

(No comment was entered for this change.)

Comment #2

Posted on Feb 6, 2012 by Grumpy Rhino

Fixed. Apparently the android:onClick xml property was new in API level 4 (version 1.6). I now have a call to setOnClickListener() in the activity's onCreate() instead, and it works on 1.5 as well as newer versions.

Status: Verified

Labels:
Type-Defect Priority-Critical