1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2025-01-12 10:55:49 +01:00

Bangle.js:actTrk: notify on fetch interrupted

This commit is contained in:
Ganblejs 2024-03-05 18:29:45 +01:00 committed by José Rebelo
parent af740d4dc3
commit 6a9c037926
2 changed files with 2 additions and 1 deletions

View File

@ -93,7 +93,7 @@ public class BangleJSActivityTrack extends BangleJSDeviceSupport {
handler.post(new Runnable() {
public void run() {
signalFetchingEnded(device, context);
GB.toast(context.getString(R.string.activity_detail_end_label) + " : " + context.getString(R.string.busy_task_fetch_sports_details), Toast.LENGTH_SHORT, GB.INFO);
GB.toast(context.getString(R.string.busy_task_fetch_sports_details_interrupted), Toast.LENGTH_LONG, GB.INFO);
}
});
}

View File

@ -649,6 +649,7 @@
<string name="busy_task_fetch_activity_data">Fetching activity data</string>
<string name="busy_task_fetch_sports_summaries">Fetching sports summaries</string>
<string name="busy_task_fetch_sports_details">Fetching sports details</string>
<string name="busy_task_fetch_sports_details_interrupted">Fetching sports details was interrupted</string>
<string name="busy_task_fetch_debug_logs">Fetching debug logs</string>
<string name="busy_task_fetch_stress_data">Fetching stress data</string>
<string name="busy_task_fetch_pai_data">Fetching PAI data</string>