diff --git a/app/src/main/java/io/syng/activity/BaseActivity.java b/app/src/main/java/io/syng/activity/BaseActivity.java index e51def3..7139e7e 100644 --- a/app/src/main/java/io/syng/activity/BaseActivity.java +++ b/app/src/main/java/io/syng/activity/BaseActivity.java @@ -131,7 +131,6 @@ public abstract class BaseActivity extends AppCompatActivity implements mSearchTextView = (EditText) findViewById(R.id.search); initSearch(); - findViewById(R.id.ll_import_wallet).setOnClickListener(this); findViewById(R.id.ll_settings).setOnClickListener(this); findViewById(R.id.ll_contribute).setOnClickListener(this); findViewById(R.id.drawer_header_item).setOnClickListener(this); @@ -297,9 +296,6 @@ public abstract class BaseActivity extends AppCompatActivity implements @Override public void onClick(View v) { switch (v.getId()) { - case R.id.ll_import_wallet: - onProfileImport(); - break; case R.id.ll_contribute: String url = CONTRIBUTE_LINK; Intent intent = new Intent(Intent.ACTION_VIEW); @@ -364,12 +360,6 @@ public abstract class BaseActivity extends AppCompatActivity implements } } - @Override - public void onProfileImport() { - GeneralUtil.showProfileImportDialog(this); - } - - @Override public void onDAppEdit(final Dapp dapp) { GeneralUtil.showDAppEditDialog(dapp, this); diff --git a/app/src/main/java/io/syng/adapter/ProfileDrawerAdapter.java b/app/src/main/java/io/syng/adapter/ProfileDrawerAdapter.java index 780afb8..2d8481f 100644 --- a/app/src/main/java/io/syng/adapter/ProfileDrawerAdapter.java +++ b/app/src/main/java/io/syng/adapter/ProfileDrawerAdapter.java @@ -43,8 +43,6 @@ public class ProfileDrawerAdapter extends RecyclerView.Adapter - - - - - - - -