1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-08-01 11:33:29 +02:00

disable battery info activity

This commit is contained in:
vanous 2021-02-06 22:46:42 +01:00
parent 1084e6b5a7
commit c167724415

View File

@ -165,10 +165,12 @@ public class GBDeviceAdapterv2 extends RecyclerView.Adapter<GBDeviceAdapterv2.Vi
{
@Override
public void onClick(View v) {
/* will be enabled soon :)
Intent startIntent;
startIntent = new Intent(context, BatteryInfoActivity.class);
startIntent.putExtra(GBDevice.EXTRA_DEVICE, device);
context.startActivity(startIntent);
*/
}
}
);