mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-28 06:15:51 +08:00
committed by
GitHub
parent
6009668427
commit
3c34e43827
@@ -12,7 +12,7 @@ abstract class CommonWhisperController<R>
|
||||
extends CommonListController<R, Session> {
|
||||
SessionPageType get sessionPageType;
|
||||
|
||||
Future<void> onRemove(int index, int? talkerId) async {
|
||||
Future<void> onRemove(int index, int talkerId) async {
|
||||
var res = await MsgHttp.removeMsg(talkerId);
|
||||
if (res['status']) {
|
||||
loadingState
|
||||
|
||||
@@ -182,7 +182,7 @@ abstract class CommonRichTextPubPageState<T extends CommonRichTextPubPage>
|
||||
);
|
||||
}
|
||||
|
||||
void onChooseEmote(dynamic emote, double? width, double? height) {
|
||||
void onChooseEmote(Object emote, double? width, double? height) {
|
||||
if (emote is e.Emote) {
|
||||
final isTextEmote = width == null;
|
||||
onInsertText(
|
||||
|
||||
Reference in New Issue
Block a user