Skip to content

Commit

Permalink
bug fix, strings res update
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearfog committed Jul 28, 2023
1 parent 6fae7ec commit f36a149
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ protected void onCreate(@Nullable Bundle savedInstanceState) {
// set image description
if (description != null && !description.trim().isEmpty()) {
descriptionView.setDescription(description);
descriptionView.setVisibility(View.VISIBLE);
}
// set image blur placeholder
if (blurHash != null && !blurHash.trim().isEmpty()) {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-de-rDE/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
<string name="info_open_mastodon_login">öffne Mastodon Loginseite</string>
<string name="info_login_to_mastodon">in Mastodon einloggen</string>
<string name="error_service_unavailable">Service zur Zeit nicht verfügbar!</string>
<string name="popup_status_text_hint">Status</string>
<string name="popup_status_text_hint">" Was gibt es Neues"</string>
<string name="info_account_selected">%1$s ausgewählt</string>
<string name="menu_media_add_description">Beschreibung hinzufügen</string>
<string name="menu_media_show_meta">zeige Medieninformationen</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
<string name="login_key_enable">add keys</string>
<string name="login_key_enable_v2">use API v2</string>
<string name="login_verifier">login</string>
<string name="popup_status_text_hint">Status</string>
<string name="popup_status_text_hint">what\'s new</string>
<string name="title_settings">Settings</string>
<string name="toolbar_userlist_repost">Status reposted by</string>
<string name="settings_color_settings">Color settings</string>
Expand Down

0 comments on commit f36a149

Please sign in to comment.