Skip to content

Commit

Permalink
SystemUIGoogle: Forcefully store Cached Estimate
Browse files Browse the repository at this point in the history
* Fixes issue that Estimated time not showing on QS

Change-Id: I4a05ad2640abc20babce41087fd0cd41cc49213d
  • Loading branch information
someone5678 authored and basamaryan committed Jul 13, 2023
1 parent d90ebce commit 42974b7
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -80,6 +80,7 @@ public Estimate getEstimate() {
}
}
Estimate estimate = new Estimate(query.getLong(query.getColumnIndex("battery_estimate")), z2, j);
Estimate.storeCachedEstimate(mContext, estimate);
query.close();
return estimate;
}
Expand Down

0 comments on commit 42974b7

Please sign in to comment.