Commit d8bd8518 authored by wangfugui's avatar wangfugui

readme不小心加了个乱码,已改正

parent 0a0a9162
...@@ -72,4 +72,3 @@ ndk编译环境(请用迅雷,旋风,或者翻墙vpn下载) ...@@ -72,4 +72,3 @@ ndk编译环境(请用迅雷,旋风,或者翻墙vpn下载)
key alias 签名key key alias 签名key
key password key密码 key password key密码
点Next,第一行就是apk的保存文件夹,下面的V1和V2,如果不懂,请不要勾V2,然后点Finish。 点Next,第一行就是apk的保存文件夹,下面的V1和V2,如果不懂,请不要勾V2,然后点Finish。
\ No newline at end of file
...@@ -102,7 +102,7 @@ public class ExCardListFragment extends Fragment { ...@@ -102,7 +102,7 @@ public class ExCardListFragment extends Fragment {
@Override @Override
public void onStop() { public void onStop() {
super.onStop(); super.onStop();
Log.i(TAG, "excard fragmetn on stop"); Log.i(TAG, "excard fragment on stop");
if (EventBus.getDefault().isRegistered(this))//加上判断 if (EventBus.getDefault().isRegistered(this))//加上判断
EventBus.getDefault().unregister(this); EventBus.getDefault().unregister(this);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment