Skip to content

Commit

Permalink
feat(near): open the near entrance
Browse files Browse the repository at this point in the history
  • Loading branch information
NanYeZhuYu authored and Summer-Yun committed Aug 26, 2022
1 parent 6b53e77 commit 3903b78
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
import com.keystone.cold.ui.SetupVaultActivity;
import com.keystone.cold.ui.common.BaseBindingAdapter;
import com.keystone.cold.ui.fragment.setting.ListPreferenceFragment;
import com.keystone.cold.util.ArrayUtils;
import com.keystone.cold.viewmodel.WatchWallet;

import java.util.ArrayList;
Expand Down Expand Up @@ -70,11 +69,6 @@ protected void init(View view) {
entries = getResources().getStringArray(getEntries());
values = getResources().getStringArray(getValues());
subTitles = getResources().getStringArray(R.array.watch_wallet_summury);

entries = ArrayUtils.remove(entries, 3);
values = ArrayUtils.remove(values, 3);
subTitles = ArrayUtils.remove(subTitles, 3);

value = prefs.getString(getKey(), defaultValue());
tempValue = value;
adapter = new Adapter(mActivity);
Expand Down

0 comments on commit 3903b78

Please sign in to comment.