Small changes. Not really important this code will be removed

This commit is contained in:
jacques 2021-03-01 18:52:37 +01:00
parent 0527691c62
commit 1ae2994045

View file

@ -6,7 +6,6 @@ import android.app.PendingIntent;
import android.app.job.JobParameters; import android.app.job.JobParameters;
import android.app.job.JobService; import android.app.job.JobService;
import android.content.Intent; import android.content.Intent;
import android.graphics.BitmapFactory;
import android.util.Log; import android.util.Log;
import androidx.core.app.NotificationCompat; import androidx.core.app.NotificationCompat;
@ -86,7 +85,7 @@ public class PillDroidJobService extends JobService {
/** /**
* Schedule Notification for the delay * Schedule Notification for the delay
*/ */
private void scheduleNotification() { void scheduleNotification() {
Log.d(TAG, "schedule notification"); Log.d(TAG, "schedule notification");
createNotificationChannel(); createNotificationChannel();
Intent intent = new Intent(this, MedicamentListActivity.class); Intent intent = new Intent(this, MedicamentListActivity.class);