mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
disable battery info activity
This commit is contained in:
@@ -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);
|
||||
*/
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user