Skip to content

Commit

Permalink
Do not create unused notification channels
Browse files Browse the repository at this point in the history
  • Loading branch information
fantostisch authored and dzolnai committed Apr 22, 2022
1 parent b59f377 commit 9516e5c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import android.content.res.Configuration;
import android.graphics.Color;
import android.os.Build;

import android.os.StrictMode;
import android.os.strictmode.Violation;

Expand Down Expand Up @@ -42,8 +41,6 @@ public void onCreate() {

PRNGFixes.apply();

if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O)
createNotificationChannels();
mStatus = new StatusListener();
mStatus.init(getApplicationContext());

Expand Down

0 comments on commit 9516e5c

Please sign in to comment.