cache script info in script update class

This commit is contained in:
Philipp Schaefer
2014-05-17 10:54:40 +02:00
parent 06ac8b050e
commit dcd6fce41e
2 changed files with 12 additions and 13 deletions

View File

@ -9,11 +9,6 @@ import android.util.AttributeSet;
import com.cradle.iitc_mobile.R;
/**
* The OptionDialogPreference will display a dialog, and will persist the
* <code>true</code> when pressing the positive button and <code>false</code>
* otherwise. It will persist to the android:key specified in xml-preference.
*/
public class ForceUpdatePreference extends Preference {
public ForceUpdatePreference(Context context, AttributeSet attrs) {