Minor changes in debug

This commit is contained in:
jacques 2020-07-19 20:01:52 +02:00
parent a9dbc8418a
commit b2287c99d4

View file

@ -408,7 +408,7 @@ public class MedicamentListActivity extends AppCompatActivity {
} }
private void scheduleNotification(Notification notification, long delay) { private void scheduleNotification(Notification notification, long delay) {
Log.i(TAG, "scheduleNotification delay == " + 30000); Log.d(TAG, "scheduleNotification delay == " + 30000);
Intent notificationIntent = new Intent(this, NotificationPublisher.class); Intent notificationIntent = new Intent(this, NotificationPublisher.class);
notificationIntent.putExtra(NOTIFICATION_ID, 1); notificationIntent.putExtra(NOTIFICATION_ID, 1);