Github user sagar15795 commented on a diff in the pull request:
https://github.com/apache/incubator-taverna-mobile/pull/66#discussion_r173370036
--- Diff:
app/src/main/java/org/apache/taverna/mobile/data/local/PreferencesHelper.java
---
@@ -65,10 +65,14 @@
private final SharedPreferences sharedPref;
private Context mContext;
+ private SharedPreferences.Editor editor;
--- End diff --
This variable is not needed ---
