Skip to content
This repository has been archived by the owner on Feb 26, 2018. It is now read-only.

Fix synchronizition issue #34

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Dec 31, 2014

  1. Fix synchronizition issue

    NetworkImageView have a problem when it works with cache
    senario
    image1 and image2 Respectively
    image2 available on cache and image1 not available
    what was happened is fetching imag1 from internet imag2 fetched fast from cache
    after finish loading image1 it sets over image2 and the last result imag1 and url of image2 -mImageContainer-
    alaa-alsalehi committed Dec 31, 2014
    Configuration menu
    Copy the full SHA
    1967de1 View commit details
    Browse the repository at this point in the history
  2. remove log

    alaa-alsalehi committed Dec 31, 2014
    Configuration menu
    Copy the full SHA
    dd68cef View commit details
    Browse the repository at this point in the history