侧边栏修改

This commit is contained in:
18401019693
2022-11-16 14:30:11 +08:00
parent 02a5ceaacc
commit 897a47bee7
6 changed files with 53 additions and 28 deletions

View File

@@ -764,7 +764,7 @@ public class LiveAudienceActivity extends LiveActivity {
bundle.putString("url", htmlUrl);
LiveHDDialogFragment fragment = new LiveHDDialogFragment();
fragment.setArguments(bundle);
fragment.show(((LiveRyAnchorActivity) mContext).getSupportFragmentManager(), "LiveHDDialogFragment");
fragment.show(getSupportFragmentManager(), "LiveHDDialogFragment");
}
}