1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-26 01:43:59 +02:00

remove testing code.

This commit is contained in:
OliE
2018-01-13 14:52:09 +01:00
parent bdd4fc1575
commit ea83911be8

View File

@@ -279,9 +279,7 @@ public class MainActivity extends AppCompatActivity {
drawerLayout.openDrawer(GravityCompat.START);
return true;
case R.id.action_bluetooth_status:
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(this);
prefs.edit().putInt("launchCount", 0).commit();
//invokeSearchBluetoothDevice();
invokeSearchBluetoothDevice();
return true;
}