mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-10 07:51:20 +01:00
Small changes. Not really important this code will be removed
This commit is contained in:
parent
0527691c62
commit
1ae2994045
1 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,6 @@ import android.app.PendingIntent;
|
|||
import android.app.job.JobParameters;
|
||||
import android.app.job.JobService;
|
||||
import android.content.Intent;
|
||||
import android.graphics.BitmapFactory;
|
||||
import android.util.Log;
|
||||
|
||||
import androidx.core.app.NotificationCompat;
|
||||
|
@ -86,7 +85,7 @@ public class PillDroidJobService extends JobService {
|
|||
/**
|
||||
* Schedule Notification for the delay
|
||||
*/
|
||||
private void scheduleNotification() {
|
||||
void scheduleNotification() {
|
||||
Log.d(TAG, "schedule notification");
|
||||
createNotificationChannel();
|
||||
Intent intent = new Intent(this, MedicamentListActivity.class);
|
||||
|
|
Loading…
Reference in a new issue