version:1.7.2
fix: update:细节优化
This commit is contained in:
@@ -26,7 +26,6 @@ import butterknife.BindView;
|
||||
import butterknife.ButterKnife;
|
||||
|
||||
public class ExitActivity extends BaseActivity {
|
||||
|
||||
private static final String TAG = ExitActivity.class.getSimpleName();
|
||||
|
||||
@BindView(R.id.bt_0)
|
||||
@@ -174,7 +173,7 @@ public class ExitActivity extends BaseActivity {
|
||||
@Override
|
||||
protected void onDestroy() {
|
||||
super.onDestroy();
|
||||
if (soundPool!=null) {
|
||||
if (soundPool != null) {
|
||||
soundPool.release();
|
||||
soundPool = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user