mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-22 02:36:55 +00:00
Fix issue where position would not update in draft.
This commit is contained in:
committed by
Cody Henthorne
parent
f79b445fdf
commit
7715917436
@@ -1777,7 +1777,6 @@ public class ConversationActivity extends PassphraseRequiredActivity
|
||||
quoteResult.addListener(listener);
|
||||
case Draft.VOICE_NOTE:
|
||||
draftViewModel.setVoiceNoteDraft(recipient.getId(), draft);
|
||||
voiceNoteMediaController.getVoiceNotePlaybackState().observe(ConversationActivity.this, inputPanel.getPlaybackStateObserver());
|
||||
break;
|
||||
}
|
||||
} catch (IOException e) {
|
||||
@@ -2095,6 +2094,8 @@ public class ConversationActivity extends PassphraseRequiredActivity
|
||||
voiceNotePlayerViewStub.get().hide();
|
||||
}
|
||||
});
|
||||
|
||||
voiceNoteMediaController.getVoiceNotePlaybackState().observe(ConversationActivity.this, inputPanel.getPlaybackStateObserver());
|
||||
}
|
||||
|
||||
private void updateWallpaper(@Nullable ChatWallpaper chatWallpaper) {
|
||||
|
||||
Reference in New Issue
Block a user