NG-Studio-Development
Results
1
comments of
NG-Studio-Development
In AbstractDynamicGridAdapter, method hasStableIds() replace _**return true**_ to _**return android.os.Build.VERSION.SDK_INT < 20;**_ _**Example:**_ @Override public final boolean hasStableIds() { //return true; return android.os.Build.VERSION.SDK_INT < 20; }