Skip to content

Commit a66de16

Browse files
author
Robert Ly
committed
docs: fix typo bug 16623189
Change-Id: Ia790587cf60cbf4e9f699605a5ad6a7dc5a06799
1 parent a37ddd9 commit a66de16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/html/training/wearables/notifications/creating.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ bigStyle.bigText(eventDescription);
190190
NotificationCompat.Builder notificationBuilder =
191191
new NotificationCompat.Builder(this)
192192
.setSmallIcon(R.drawable.ic_event)
193-
.setLargeIcon(BitmapFractory.decodeResource(
193+
.setLargeIcon(BitmapFactory.decodeResource(
194194
getResources(), R.drawable.notif_background))
195195
.setContentTitle(eventTitle)
196196
.setContentText(eventLocation)

0 commit comments

Comments
 (0)