Skip to content

Commit

Permalink
– refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
uruba committed Jul 29, 2016
1 parent 254612d commit 98745aa
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ public abstract class AbstractDataReceiverFragment<T extends Serializable, U ext
protected DataSet<T> dataSet = new DataSet<>(new ArrayList<T>(), null);

private final FABStateChangeListener fabStateChangeListener;
@Bind(R.id.loading_overlay)
private FrameLayout loadingOverlay;
@Bind(R.id.loading_overlay) FrameLayout loadingOverlay;
@Bind(R.id.fab) protected FloatingActionButton fab;
@Bind(R.id.fragment_wrapper) protected FrameLayout fragmentWrapper;
@Bind(R.id.text_empty_list) protected TextView textEmptyList;
Expand Down

0 comments on commit 98745aa

Please sign in to comment.