Skip to content

Commit

Permalink
Add placeholder image for splashscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
souvikmondal authored May 22, 2018
1 parent 253059c commit eb9a1ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/android/org/sunbird/SplashScreen.java
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ private void createLogoImageView(Context context, int splashDim, int drawableId,
Glide.with(context)
.load(logoUrl)
.diskCacheStrategy(DiskCacheStrategy.ALL)
.placeholder(drawableId)
.into(splashImageView);
}

Expand Down

0 comments on commit eb9a1ba

Please sign in to comment.