Skip to content

Commit

Permalink
fix audio output in group voice chat
Browse files Browse the repository at this point in the history
  • Loading branch information
luvletter2333 committed Apr 4, 2023
1 parent bb72900 commit 096ea57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2171,7 +2171,7 @@ public void afterTextChanged(Editable s) {
iconsArray[i] = icons.get(i);
}

BottomSheet.NekoXBuilder builder = new BottomSheet.NekoXBuilder(context)
BottomSheet.Builder builder = new BottomSheet.Builder(context)
.setTitle(LocaleController.getString("VoipSelectAudioOutput", R.string.VoipSelectAudioOutput), true)
.setItems(itemsArray, iconsArray, (dialog, which) -> {
if (VoIPService.getSharedInstance() == null) {
Expand Down

0 comments on commit 096ea57

Please sign in to comment.