version:1.7.2

fix:
update:细节优化
This commit is contained in:
2024-01-09 09:26:45 +08:00
parent a232b6919d
commit 9c2f01d215
15 changed files with 564 additions and 354 deletions

View File

@@ -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;
}