Skip to content

Commit

Permalink
UI Text Changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchay97-dev committed Dec 3, 2024
1 parent 28796c5 commit 2698a5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/java/com/facebook/encapp/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,8 @@ public void onReceive(Context context, Intent intent) {
startbatteryInMicroAmps[0] = getChargeCounter();
startBatteryTextView.setText("Before batteryInMicroAmps: " + startbatteryInMicroAmps[0]);
startbattery = startbatteryInMicroAmps[0];
endBatteryTextView.setText("After batteryInMicroAmps: ");
batteryStatsTextView.setText("Battery difference: ");
testStatusTextView.setText("Test is running...");

new Thread(() -> {
Expand Down

0 comments on commit 2698a5d

Please sign in to comment.