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

Commit 36dfb6d1 authored by Yohei Yukawa's avatar Yohei Yukawa
Browse files

Fix build breakage caused by I0218dd07

BUG: 11746191
Change-Id: I0b693c4b22793f6e8fd77a9f045f205aa8fe4050
parent c9539f42
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ public final class StatsUtils {
        final SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(mContext);
        final Boolean usePersonalizedDict =
                prefs.getBoolean(Settings.PREF_KEY_USE_PERSONALIZED_DICTS, true);
        Log.d(TAG, "onCreateCompleted. context: " context.toString() + "usePersonalizedDict: "
        Log.d(TAG, "onCreateCompleted. context: " + context.toString() + "usePersonalizedDict: "
                + usePersonalizedDict);
    }