mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Remove test notifications.
This commit is contained in:
@@ -4,9 +4,7 @@ import android.app.PendingIntent;
|
||||
import android.content.Context;
|
||||
import android.content.Intent;
|
||||
import android.content.SharedPreferences;
|
||||
import android.graphics.Color;
|
||||
import android.net.Uri;
|
||||
import android.util.Log;
|
||||
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.core.app.NotificationCompat;
|
||||
@@ -24,7 +22,6 @@ import java.util.Calendar;
|
||||
import java.util.HashMap;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.Random;
|
||||
|
||||
import javax.inject.Inject;
|
||||
import javax.inject.Named;
|
||||
@@ -71,17 +68,6 @@ public class PullNotificationWorker extends Worker {
|
||||
@NonNull
|
||||
@Override
|
||||
public Result doWork() {
|
||||
Log.i("asasdfsdaf", "time: " + System.currentTimeMillis());
|
||||
|
||||
NotificationManagerCompat testNotificationManager = NotificationUtils.getNotificationManager(context);
|
||||
|
||||
NotificationCompat.Builder testSummaryBuilder = NotificationUtils.buildSummaryNotification(context,
|
||||
testNotificationManager, "test",
|
||||
context.getString(R.string.notification_new_messages, 12),
|
||||
NotificationUtils.CHANNEL_ID_NEW_MESSAGES, NotificationUtils.CHANNEL_NEW_MESSAGES,
|
||||
NotificationUtils.getAccountGroupName("test"), Color.BLACK);
|
||||
testNotificationManager.notify(new Random().nextInt(10000), testSummaryBuilder.build());
|
||||
|
||||
try {
|
||||
List<Account> accounts = mRedditDataRoomDatabase.accountDao().getAllAccounts();
|
||||
int color = mCustomThemeWrapper.getColorPrimaryLightTheme();
|
||||
|
Reference in New Issue
Block a user