Skip to content

Commit

Permalink
Delete useless Toothpick stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
rcd27 authored Jul 7, 2018
1 parent c2b6221 commit f60f146
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions improvement-thoughts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ public class WalletDetailsFragment extends BaseFragment implements DetailsView {
public static WalletDetailsFragment newInstance( // and this
@NonNull WalletViewHolder.WalletViewObject wallet) {

Scope walletScope = Toothpick.openScopes(Scopes.MAIN_ACTIVITY_SCOPE, Scopes.WALLET_SCOPE);
walletScope.installModules(new WalletModule(wallet));

Bundle data = new Bundle();
data.putSerializable(WALLET, wallet);
WalletDetailsFragment fragment = new WalletDetailsFragment();
Expand Down

0 comments on commit f60f146

Please sign in to comment.