From 17c97e577e2cee308fa958c2cb404ea1f047b821 Mon Sep 17 00:00:00 2001 From: Peter Serwylo Date: Thu, 1 Dec 2016 10:52:46 +1100 Subject: [PATCH] Format comments --- app/src/main/java/org/fdroid/fdroid/AppDetails2.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/src/main/java/org/fdroid/fdroid/AppDetails2.java b/app/src/main/java/org/fdroid/fdroid/AppDetails2.java index 7793bbe92..160b4d492 100644 --- a/app/src/main/java/org/fdroid/fdroid/AppDetails2.java +++ b/app/src/main/java/org/fdroid/fdroid/AppDetails2.java @@ -181,10 +181,8 @@ public class AppDetails2 extends AppCompatActivity implements ShareChooserDialog @Override public void onNearby() { - /* - * If Bluetooth has not been enabled/turned on, then - * enabling device discoverability will automatically enable Bluetooth - */ + // If Bluetooth has not been enabled/turned on, then + // enabling device discoverability will automatically enable Bluetooth Intent discoverBt = new Intent(BluetoothAdapter.ACTION_REQUEST_DISCOVERABLE); discoverBt.putExtra(BluetoothAdapter.EXTRA_DISCOVERABLE_DURATION, 121); startActivityForResult(discoverBt, REQUEST_ENABLE_BLUETOOTH);