Fixing pmd:RedundantFieldInitializer - Redundant Field Initializer.
This commit is contained in:
parent
25a776cc93
commit
dd2398efad
17 changed files with 45 additions and 45 deletions
|
|
@ -101,8 +101,8 @@ public class VideoItemDetailFragment extends Fragment {
|
|||
|
||||
private int streamingServiceId = -1;
|
||||
|
||||
private boolean autoPlayEnabled = false;
|
||||
private boolean showNextVideoItem = false;
|
||||
private boolean autoPlayEnabled;
|
||||
private boolean showNextVideoItem;
|
||||
private Bitmap videoThumbnail;
|
||||
|
||||
private View thumbnailWindowLayout;
|
||||
|
|
@ -120,7 +120,7 @@ public class VideoItemDetailFragment extends Fragment {
|
|||
void createOptionsMenu();
|
||||
}
|
||||
|
||||
private OnInvokeCreateOptionsMenuListener onInvokeCreateOptionsMenuListener = null;
|
||||
private OnInvokeCreateOptionsMenuListener onInvokeCreateOptionsMenuListener;
|
||||
|
||||
private class VideoExtractorRunnable implements Runnable {
|
||||
private final Handler h = new Handler();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue