mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-10 16:01:16 +01:00
Minor changes in debug
This commit is contained in:
parent
a9dbc8418a
commit
b2287c99d4
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ public class MedicamentListActivity extends AppCompatActivity {
|
|||
}
|
||||
|
||||
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);
|
||||
notificationIntent.putExtra(NOTIFICATION_ID, 1);
|
||||
|
|
Loading…
Reference in a new issue