mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-26 09:44:31 +02:00
remove testing code.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user