Skip to content

Commit

Permalink
quickfix settings
Browse files Browse the repository at this point in the history
  • Loading branch information
punksta committed Sep 6, 2019
1 parent 85d0ca2 commit 685989c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import android.media.AudioManager;

public class Settings {
private static final Integer[] defaultVolumeTypesToShow = {AudioManager.STREAM_MUSIC, AudioManager.STREAM_RING, AudioManager.STREAM_NOTIFICATION};
private static final Integer[] defaultVolumeTypesToShow = {AudioManager.STREAM_MUSIC, AudioManager.STREAM_RING, AudioManager.STREAM_ALARM};
public boolean isDarkThemeEnabled = true;
public boolean isExtendedVolumeSettingsEnabled = false;
public boolean isNotificationWidgetEnabled = true;
Expand Down

0 comments on commit 685989c

Please sign in to comment.