修复更新非活跃状态的页面造成的闪退问题
This commit is contained in:
@ -338,7 +338,10 @@ public class ViewImageActivity extends BaseActivity implements OnPageChangeListe
|
||||
|
||||
dialog.requestWindowFeature(Window.FEATURE_NO_TITLE);
|
||||
dialog.setContentView(container1);
|
||||
dialog.show();
|
||||
|
||||
if (!isFinishing()) {
|
||||
dialog.show();
|
||||
}
|
||||
|
||||
reportTv.setOnClickListener(v -> {
|
||||
findImageBM();
|
||||
|
||||
Reference in New Issue
Block a user