mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +01:00
fix typo
This commit is contained in:
parent
a36febfd5e
commit
f9a0e078b2
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ public class MedicamentListActivity extends AppCompatActivity {
|
|||
Intent notificationIntent = new Intent(context, NotificationPublisher.class);
|
||||
notificationIntent.putExtra(NOTIFICATION_ID, 1);
|
||||
notificationIntent.putExtra(NotificationPublisher.KEY_MESSAGE, getString(R.string.pharmacy));
|
||||
notificationIntent.putExtra((NotificationPublisher.KEY_TITLE, getString(R.string.app_name));
|
||||
notificationIntent.putExtra(NotificationPublisher.KEY_TITLE, getString(R.string.app_name));
|
||||
notificationIntent.putExtra(NotificationPublisher.KEY_SOUND, true);
|
||||
|
||||
PendingIntent pendingIntent = PendingIntent.getBroadcast(this, 0, notificationIntent, PendingIntent.FLAG_UPDATE_CURRENT);
|
||||
|
|
Loading…
Reference in a new issue