summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics/ui/notifiers/notifications.jd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/guide/topics/ui/notifiers/notifications.jd')
-rw-r--r--docs/html/guide/topics/ui/notifiers/notifications.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/ui/notifiers/notifications.jd b/docs/html/guide/topics/ui/notifiers/notifications.jd
index 77cce18..e70987b 100644
--- a/docs/html/guide/topics/ui/notifiers/notifications.jd
+++ b/docs/html/guide/topics/ui/notifiers/notifications.jd
@@ -921,7 +921,7 @@ mNotifyManager.notify(0, mBuilder.build());
</p>
<pre>
// Sets an activity indicator for an operation of indeterminate length
-mBuilder.setProgress(0, 0, false);
+mBuilder.setProgress(0, 0, true);
// Issues the notification
mNotifyManager.notify(0, mBuilder.build());
</pre>