summaryrefslogtreecommitdiffstats
path: root/src/com/android/deskclock
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/deskclock')
-rw-r--r--src/com/android/deskclock/stopwatch/StopwatchFragment.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/com/android/deskclock/stopwatch/StopwatchFragment.java b/src/com/android/deskclock/stopwatch/StopwatchFragment.java
index 653a26d07..8205d221f 100644
--- a/src/com/android/deskclock/stopwatch/StopwatchFragment.java
+++ b/src/com/android/deskclock/stopwatch/StopwatchFragment.java
@@ -369,7 +369,8 @@ public final class StopwatchFragment extends DeskClockFragment {
try {
context.startActivity(shareChooserIntent);
} catch (ActivityNotFoundException anfe) {
- LogUtils.e("No compatible receiver is found");
+ LogUtils.e("Cannot share lap data because no suitable receiving Activity exists");
+ updateFab(BUTTONS_IMMEDIATE);
}
}