Fix sign via API

This commit is contained in:
Dominik Schürmann
2014-09-18 13:19:57 +02:00
parent 9586d6b9b8
commit 91e97d03a1
2 changed files with 16 additions and 3 deletions

View File

@@ -340,7 +340,7 @@ public class KeyFormattingUtils {
public static final int STATE_UNAVAILABLE = 4;
/**
* returns true if status has been set, if false no status!
* Sets status image based on constant
*/
public static void setStatusImage(Context context, ImageView statusView, int state) {
switch (state) {