Skip to content

Commit

Permalink
in 'All Apps' tap, do not say 'Media will be shared here', but 'Apps …
Browse files Browse the repository at this point in the history
…will be shown here'
  • Loading branch information
r10s committed Feb 2, 2025
1 parent 335aabd commit 710ed6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public void onLoadFinished(Loader<BucketedThreadMediaLoader.BucketedThreadMedia>

noMedia.setVisibility(recyclerView.getAdapter().getItemCount() > 0 ? View.GONE : View.VISIBLE);
if (chatId == DC_CHAT_NO_CHAT) {
noMedia.setText(R.string.tab_all_media_empty_hint);
noMedia.setText(showWebxdc ? R.string.all_apps_empty_hint : R.string.tab_all_media_empty_hint);
} else if (showAudio) {
noMedia.setText(R.string.tab_audio_empty_hint);
} else if (showWebxdc) {
Expand Down

0 comments on commit 710ed6d

Please sign in to comment.