Reverts notifications from MQTT prototype to pull notifications.

This commit is contained in:
Vavassor 2017-07-08 20:59:48 -04:00
commit f68f6d7473
9 changed files with 295 additions and 148 deletions

View file

@ -41,7 +41,7 @@ import com.squareup.picasso.Target;
import org.json.JSONArray;
import org.json.JSONException;
class NotificationMaker {
public class NotificationMaker {
public static final String TAG = "NotificationMaker";