use SuperToast instead of AppMsg in code, part 1
This commit is contained in:
@@ -29,7 +29,7 @@ import com.github.johnpersano.supertoasts.SuperToast;
|
||||
*/
|
||||
public class Notify {
|
||||
|
||||
public static enum Style {OK, WARN, ERROR}
|
||||
public static enum Style {OK, WARN, INFO, ERROR}
|
||||
|
||||
/**
|
||||
* Shows a simple in-layout notification with the CharSequence given as parameter
|
||||
|
||||
Reference in New Issue
Block a user