Skip to content

Commit

Permalink
Removing references to deleted file
Browse files Browse the repository at this point in the history
  • Loading branch information
florina-muntenescu committed Apr 16, 2019
1 parent e1bfbdf commit 9b98ca2
Showing 1 changed file with 0 additions and 2 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 @@ -73,7 +73,6 @@
import io.plaidapp.core.feed.FeedProgressUiModel;
import io.plaidapp.core.ui.ConnectivityChecker;
import io.plaidapp.core.ui.HomeGridItemAnimator;
import io.plaidapp.core.ui.Notifications;
import io.plaidapp.core.ui.PlaidItemsList;
import io.plaidapp.core.ui.filter.FilterAdapter;
import io.plaidapp.core.ui.filter.FilterAnimator;
Expand Down Expand Up @@ -136,7 +135,6 @@ protected void onCreate(Bundle savedInstanceState) {
bindResources();

inject(this);
Notifications.registerChannel(this);

adapter = new FeedAdapter(this, columns, pocketInstalled);

Expand Down

0 comments on commit 9b98ca2

Please sign in to comment.