Remove GIF button from attachment keyboard.

We've had it there for ~45 days for education purposes, but we can
remove it now.
This commit is contained in:
Greyson Parrelli
2021-07-16 11:00:42 -04:00
parent 94658e9090
commit 09904e7a16
6 changed files with 1 additions and 24 deletions

View File

@@ -445,14 +445,6 @@ public class InputPanel extends LinearLayout
microphoneRecorderView.unlockAction();
}
public void showGifMovedTooltip() {
TooltipPopup.forTarget(mediaKeyboard)
.setBackgroundTint(ContextCompat.getColor(getContext(), R.color.signal_accent_primary))
.setTextColor(getResources().getColor(R.color.core_white))
.setText(R.string.ConversationActivity__gifs_are_now_here)
.show(TooltipPopup.POSITION_ABOVE);
}
public void setVoiceNoteDraft(@Nullable DraftDatabase.Draft voiceNoteDraft) {
if (voiceNoteDraft != null) {
voiceNoteDraftView.setDraft(voiceNoteDraft);