mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-10-29 11:49:33 +00:00
Compare commits
2 Commits
88e57cfb47
...
58165ff65c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
58165ff65c | ||
|
|
c98150d80f |
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -65,5 +65,5 @@ body:
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
label: Logs
|
||||
description: If you are experiencing a crash, including the stacktrace will likely get it fixed sooner. AntennaPod has an `export logs` feature for this.
|
||||
label: Crash logs
|
||||
description: If you are experiencing a crash, including the stacktrace will likely get it fixed sooner. You can copy them from the 'Report bugs' screen.
|
||||
|
||||
@ -124,7 +124,7 @@ public class SynchronizationPreferencesFragment extends AnimatedPreferenceFragme
|
||||
} else {
|
||||
preferenceHeader.setTitle(R.string.synchronization_choose_title);
|
||||
preferenceHeader.setSummary(R.string.synchronization_summary_unchoosen);
|
||||
preferenceHeader.setIcon(R.drawable.ic_cloud);
|
||||
preferenceHeader.setIcon(null);
|
||||
preferenceHeader.setOnPreferenceClickListener((preference) -> {
|
||||
chooseProviderAndLogin();
|
||||
return true;
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
|
||||
<Preference
|
||||
android:key="preference_synchronization_description"
|
||||
android:icon="@drawable/ic_notification_sync"
|
||||
android:summary="@string/synchronization_summary_unchoosen"/>
|
||||
|
||||
<Preference
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user