GalleryFinal.captureMedia设置maxDuration 无效
Closed this issue · 1 comments
aer874475222 commented
protected void onCreate(@Nullable Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
this.initUi();
this.destnationPath = this.getIntent().getStringExtra("destnationPath");
this.maxDuration = this.getIntent().getIntExtra("maxDuration", 10000);
}
这句maxDuration 应该调到 this.initUi();的上面,否则无效
xushihai commented
已修复