зеркало из
https://github.com/KokaKiwi/BarInsta
synced 2025-09-18 06:58:01 +00:00
Этот коммит содержится в:
родитель
cc05741cd0
Коммит
f9bb71b67a
@ -90,8 +90,8 @@ public class AboutFragment extends BasePreferencesFragment {
|
|||||||
preference.setOnPreferenceClickListener(p -> {
|
preference.setOnPreferenceClickListener(p -> {
|
||||||
final Intent intent = new Intent(Intent.ACTION_SEND);
|
final Intent intent = new Intent(Intent.ACTION_SEND);
|
||||||
intent.setType("message/rfc822")
|
intent.setType("message/rfc822")
|
||||||
.putExtra(Intent.EXTRA_EMAIL, getString(R.string.feedback_summary))
|
.putExtra(Intent.EXTRA_EMAIL, getString(R.string.about_feedback_summary))
|
||||||
.putExtra(Intent.EXTRA_TEXT, "Please note that your email address and the entire content will be published onto GitHub issues. If you do not wish to do that, use other contact methods instead.")
|
.putExtra(Intent.EXTRA_TEXT, "Please note that your email address and the entire content will be published onto GitHub issues. If you do not wish to do that, use other contact methods instead.");
|
||||||
if (intent.resolveActivity(context.getPackageManager()) != null) startActivity(intent);
|
if (intent.resolveActivity(context.getPackageManager()) != null) startActivity(intent);
|
||||||
return true;
|
return true;
|
||||||
});
|
});
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user