static modifier is redundant for inner enums
This commit is contained in:
parent
b80d6a7914
commit
44f80a9831
|
@ -680,7 +680,7 @@ public abstract class MediaplayerActivity extends CastEnabledActivity implements
|
||||||
/**
|
/**
|
||||||
* Abstract directions to skip forward or back (rewind) and encapsulates behavior to get or set preference (including update of UI on the skip buttons).
|
* Abstract directions to skip forward or back (rewind) and encapsulates behavior to get or set preference (including update of UI on the skip buttons).
|
||||||
*/
|
*/
|
||||||
static public enum SkipDirection {
|
public enum SkipDirection {
|
||||||
SKIP_FORWARD(
|
SKIP_FORWARD(
|
||||||
UserPreferences::getFastForwardSecs,
|
UserPreferences::getFastForwardSecs,
|
||||||
MediaplayerActivity::getTxtvFFFromActivity,
|
MediaplayerActivity::getTxtvFFFromActivity,
|
||||||
|
|
Loading…
Reference in New Issue