mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-24 12:30:12 +08:00
Compare commits
2 Commits
2.0.7.1
...
be9f39d043
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
be9f39d043 | ||
|
|
034482362d |
@@ -801,7 +801,7 @@ class _CreateDynPanelState extends CommonRichTextPubPageState<CreateDynPanel> {
|
||||
SmartDialog.showToast('发布成功');
|
||||
final id = response?['dyn_id'];
|
||||
RequestUtils.insertCreatedDyn(id);
|
||||
if (!_isPrivate.value) {
|
||||
if (!_isPrivate.value && _publishTime.value == null) {
|
||||
RequestUtils.checkCreatedDyn(
|
||||
id: id,
|
||||
dynText: editController.rawText,
|
||||
|
||||
@@ -1245,14 +1245,11 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
|
||||
if (PlatformUtils.isMobile) {
|
||||
_tapGestureRecognizer.addPointer(event);
|
||||
if (controlsUnlock) {
|
||||
final flag = _isPositionAllowed(event.localPosition);
|
||||
if (!plPlayerController.isLive) {
|
||||
_doubleTapGestureRecognizer.addPointer(event);
|
||||
if (flag) {
|
||||
longPressRecognizer.addPointer(event);
|
||||
}
|
||||
longPressRecognizer.addPointer(event);
|
||||
}
|
||||
if (flag) {
|
||||
if (_isPositionAllowed(event.localPosition)) {
|
||||
_scaleGestureRecognizer.addPointer(event);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user