Skip to content

Commit

Permalink
Cleaned up some imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbutcher committed Jul 7, 2016
1 parent 56f8c47 commit 7ff22e1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions app/src/main/java/io/plaidapp/ui/HomeActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import android.app.Activity;
import android.app.ActivityManager;
import android.app.ActivityOptions;
import android.app.SharedElementCallback;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
Expand Down Expand Up @@ -75,7 +74,6 @@
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import java.util.Map;

import butterknife.BindInt;
import butterknife.BindView;
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/java/io/plaidapp/ui/PlayerActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

import android.app.Activity;
import android.app.ActivityOptions;
import android.app.SharedElementCallback;
import android.content.Intent;
import android.content.res.Resources;
import android.graphics.drawable.AnimatedVectorDrawable;
Expand All @@ -41,7 +40,6 @@

import java.text.NumberFormat;
import java.util.List;
import java.util.Map;

import butterknife.BindInt;
import butterknife.BindView;
Expand Down
1 change: 0 additions & 1 deletion app/src/main/java/io/plaidapp/util/ViewUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
import android.view.View;
import android.view.ViewOutlineProvider;
import android.widget.ImageView;
import android.widget.TextView;

/**
* Utility methods for working with Views.
Expand Down

0 comments on commit 7ff22e1

Please sign in to comment.