Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

Commit

Permalink
Add SuppressWarning for Ressource Type in getSummary
Browse files Browse the repository at this point in the history
  • Loading branch information
G00fY2 committed May 14, 2017
1 parent 05e7191 commit 564fb40
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@
import android.util.AttributeSet;
import android.view.View;
import android.widget.SeekBar;
import com.fsck.k9.*;

import com.fsck.k9.R;


/**
* @author Jay Weisskopf
*/
@SuppressWarnings("ResourceType")
public class SliderPreference extends DialogPreference {
private static final String STATE_KEY_SUPER = "super";
private static final String STATE_KEY_SEEK_BAR_VALUE = "seek_bar_value";
Expand Down

0 comments on commit 564fb40

Please sign in to comment.