pandas 改成YOLA
This commit is contained in:
parent
414bbd10b9
commit
09f763dc2e
@ -838,7 +838,7 @@ public class SocketRyClient {
|
|||||||
stringBuffer.append(sendQuickGiftModel.getUserNicename())
|
stringBuffer.append(sendQuickGiftModel.getUserNicename())
|
||||||
.append(WordUtil.isNewZh() ? " 送出了 " : " sent ")
|
.append(WordUtil.isNewZh() ? " 送出了 " : " sent ")
|
||||||
.append(sendQuickGiftModel.getQuickGiftNumber())
|
.append(sendQuickGiftModel.getQuickGiftNumber())
|
||||||
.append(WordUtil.isNewZh() ? " 個小Yola " : " small pandas ");
|
.append(WordUtil.isNewZh() ? " 個小Yola " : " small Yola ");
|
||||||
systemChatMessage2(stringBuffer.toString());
|
systemChatMessage2(stringBuffer.toString());
|
||||||
Bus.get().post(new QuickGiftingEvent().setHotNum(sendQuickGiftModel.getHotNum()));
|
Bus.get().post(new QuickGiftingEvent().setHotNum(sendQuickGiftModel.getHotNum()));
|
||||||
break;
|
break;
|
||||||
|
@ -764,7 +764,7 @@ public class SocketSwClient {
|
|||||||
case "sendQuickGift":
|
case "sendQuickGift":
|
||||||
SendQuickGiftModel sendQuickGiftModel = GsonUtils.fromJson(map.toString(), SendQuickGiftModel.class);
|
SendQuickGiftModel sendQuickGiftModel = GsonUtils.fromJson(map.toString(), SendQuickGiftModel.class);
|
||||||
StringBuffer stringBuffer = new StringBuffer();
|
StringBuffer stringBuffer = new StringBuffer();
|
||||||
stringBuffer.append(sendQuickGiftModel.getUserNicename()).append(WordUtil.isNewZh() ? " 送出了 " : " sent ").append(sendQuickGiftModel.getQuickGiftNumber()).append(WordUtil.isNewZh() ? " 個小Yola " : " small pandas ");
|
stringBuffer.append(sendQuickGiftModel.getUserNicename()).append(WordUtil.isNewZh() ? " 送出了 " : " sent ").append(sendQuickGiftModel.getQuickGiftNumber()).append(WordUtil.isNewZh() ? " 個小Yola " : " small Yola ");
|
||||||
systemChatMessage2(stringBuffer.toString());
|
systemChatMessage2(stringBuffer.toString());
|
||||||
Bus.get().post(new QuickGiftingEvent().setHotNum(sendQuickGiftModel.getHotNum()));
|
Bus.get().post(new QuickGiftingEvent().setHotNum(sendQuickGiftModel.getHotNum()));
|
||||||
break;
|
break;
|
||||||
|
@ -537,10 +537,9 @@
|
|||||||
android:layout_marginStart="16dp"
|
android:layout_marginStart="16dp"
|
||||||
android:layout_marginTop="12dp"
|
android:layout_marginTop="12dp"
|
||||||
android:layout_marginEnd="16dp"
|
android:layout_marginEnd="16dp"
|
||||||
android:layout_marginBottom="8dp"
|
android:layout_marginBottom="20dp"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_goneMarginTop="10dp"
|
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toBottomOf="@+id/otherFunctionsView"
|
app:layout_constraintTop_toBottomOf="@+id/otherFunctionsView"
|
||||||
|
Loading…
Reference in New Issue
Block a user