修改BUG
This commit is contained in:
@@ -10,15 +10,18 @@
|
||||
<activity
|
||||
android:name=".activity.DynamicDetailActivity"
|
||||
android:exported="false"
|
||||
android:launchMode="singleTask"
|
||||
android:windowSoftInputMode="stateHidden|adjustResize"
|
||||
android:screenOrientation="portrait"/>
|
||||
<activity
|
||||
android:name=".activity.DynamicListActivity"
|
||||
android:exported="false"
|
||||
android:launchMode="singleTask"
|
||||
android:windowSoftInputMode="stateHidden|adjustResize"/>
|
||||
<activity
|
||||
android:name=".activity.ReleaseActivity"
|
||||
android:exported="false" />
|
||||
android:exported="false"
|
||||
android:launchMode="singleTask"/>
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
@@ -105,6 +105,8 @@ public class ExpandColumnAdapter extends BaseQuickAdapter<ExpandColumnBean, Base
|
||||
recyclerView.setOnItemClickListener((parent, view, position, id) -> {
|
||||
FullScreenUtil.showFullScreenDialog(mContext, position, oneImageYuanJiaoAdapter.getList_adapter());
|
||||
});
|
||||
}else {
|
||||
helper.getView(R.id.dy_image_recyc).setVisibility(View.GONE);
|
||||
}
|
||||
|
||||
LinearLayout llContainer = helper.getView(R.id.ll_image_container);
|
||||
|
||||
Reference in New Issue
Block a user