Added hints

This commit is contained in:
M66B
2019-10-05 10:26:56 +02:00
parent a654bcca93
commit 5548f2fbdb
4 changed files with 24 additions and 4 deletions

View File

@@ -2542,7 +2542,10 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
}
});
if (!full) {
if (full) {
TextView tvDark = dview.findViewById(R.id.tvDark);
tvDark.setVisibility(Helper.isDarkTheme(context) ? View.VISIBLE : View.GONE);
} else {
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
boolean disable_tracking = prefs.getBoolean("disable_tracking", true);