Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 411171f7 authored by Songchun Fan's avatar Songchun Fan Committed by Automerger Merge Worker
Browse files

Merge "[SettingsProvider] fix timestamp format in dump" into tm-dev am: 043ff055

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17299912

Change-Id: I3b89283b9ec33255cd51350142f35a245de0d7e5
parents 01bc2922 043ff055
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -618,7 +618,7 @@ final class SettingsState {
            return;
        }
        HistoricalOperation operation = new HistoricalOperation(
                SystemClock.elapsedRealtime(), type,
                System.currentTimeMillis(), type,
                setting != null ? new Setting(setting) : null);
        if (mNextHistoricalOpIdx >= mHistoricalOperations.size()) {
            mHistoricalOperations.add(operation);