Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Commit

Permalink
bug fix, changed folder icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearfog committed Apr 18, 2024
1 parent fab4904 commit e736a12
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@ public void onCreate() {

// Initialize the notification helper
mNotificationHelper = new NotificationHelper(this, mSession);
mNotificationHelper.createNotification(false);

// Initialize the preferences
settings = PreferenceUtils.getInstance(this);
Expand Down Expand Up @@ -609,9 +610,6 @@ public int onStartCommand(Intent intent, int flags, int startId) {
}
handleCommandIntent(intent);
}
if (startId == 1) {
mNotificationHelper.createNotification(false);
}
// Make sure the service will shut down on its own if it was
// just started but not bound to and nothing is playing
scheduleDelayedShutdown();
Expand Down
Binary file modified app/src/main/res/drawable-hdpi/folder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable-mdpi/folder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable-xhdpi/folder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable-xxhdpi/folder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/src/main/res/drawable-xxxhdpi/folder.png
Binary file not shown.

0 comments on commit e736a12

Please sign in to comment.