Skip to content

Commit

Permalink
Deactivate FormOrder (not finished yet) for release
Browse files Browse the repository at this point in the history
  • Loading branch information
24PaH committed May 25, 2018
1 parent 427267a commit c1da452
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ public void onCreate(Bundle savedInstanceState) {

PreferenceScreen screen = (PreferenceScreen) findPreference("prefAbout");
screen.setIntent(new Intent(this, AboutActivity.class));
/*PreferenceScreen*/ screen = (PreferenceScreen) findPreference("prefFormOrder");
screen.setIntent(new Intent(this, FormOrderActivity.class));
//*PreferenceScreen*/ screen = (PreferenceScreen) findPreference("prefFormOrder");
//screen.setIntent(new Intent(this, FormOrderActivity.class));
}

// Method for supporting the toolbar
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/xml/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
android:summary="@string/pref_given_forms_summary"
android:title="@string/pref_given_forms_title" />

<PreferenceScreen
<!--<PreferenceScreen
android:key="prefFormOrder"
android:title="@string/pref_form_order_title" />
android:title="@string/pref_form_order_title" />-->
</PreferenceCategory>

<PreferenceCategory
Expand Down

0 comments on commit c1da452

Please sign in to comment.