diff src/com/five_ten_sg/connectbot/WizardActivity.java @ 342:175c7d68f3c4

merge ganymed into mainline
author Carl Byington <carl@five-ten-sg.com>
date Thu, 31 Jul 2014 16:33:38 -0700
parents 071eccdff8ea
children
line wrap: on
line diff
--- a/src/com/five_ten_sg/connectbot/WizardActivity.java	Thu Jul 17 22:09:05 2014 -0700
+++ b/src/com/five_ten_sg/connectbot/WizardActivity.java	Thu Jul 31 16:33:38 2014 -0700
@@ -48,7 +48,6 @@
         // inflate the layout for EULA step
         LayoutInflater inflater = LayoutInflater.from(this);
         View helpView = inflater.inflate(R.layout.wiz_eula, this.flipper, false);
-
         this.flipper.addView(helpView);
         // Add a view for each help topic we want the user to see.
         String[] topics = getResources().getStringArray(R.array.list_wizard_topics);