mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-13 00:51:35 +01:00
Fix some tried does not work.
This commit is contained in:
parent
901b61e08b
commit
deb61fe1cf
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ import java.util.List;
|
|||
public class PillDroidJobService extends JobService {
|
||||
private static final String TAG = JobService.class.getName();
|
||||
private boolean jobCancelled = false;
|
||||
private String CHANNEL_ID = getString(R.string.app_name);
|
||||
private String CHANNEL_ID = "PillDroid";
|
||||
private DBHelper dbHelper = new DBHelper(this);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue