Whitespace cleanup
Change-Id: I52590908e6ba59c19aded2771d779c1cfa3a45ea
This commit is contained in:
parent
c4c50261e4
commit
6263315825
1 changed files with 3 additions and 3 deletions
|
@ -129,7 +129,7 @@ public class DocumentLoader
|
|||
ViewGroup.LayoutParams matchParent;
|
||||
|
||||
ViewFlipper flipper;
|
||||
|
||||
|
||||
Bundle extras;
|
||||
|
||||
class GestureListener
|
||||
|
@ -539,7 +539,7 @@ public class DocumentLoader
|
|||
{
|
||||
super.onCreate(savedInstanceState);
|
||||
|
||||
extras = getIntent().getExtras();
|
||||
extras = getIntent().getExtras();
|
||||
|
||||
gestureDetector = new GestureDetector(this, new GestureListener());
|
||||
|
||||
|
@ -558,7 +558,7 @@ public class DocumentLoader
|
|||
Bootstrap.dlopen("libmergedlo.so");
|
||||
Bootstrap.dlopen("libswdlo.so");
|
||||
Bootstrap.dlopen("libswlo.so");
|
||||
|
||||
|
||||
// Log.i(TAG, "Sleeping NOW");
|
||||
// Thread.sleep(20000);
|
||||
|
||||
|
|
Loading…
Reference in a new issue