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

Commit 253b92f4 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Spellcorrection in iconlib

Bug: 366237794
Flag: EXEMPT refactor
Test: Presubmit
Change-Id: I96787c5c04eaa039f64d510b2be1e5d65025467d
parent 6214c4ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ public class ConversationIconFactory extends BaseIconFactory {
     * Returns the conversation info drawable
     */
    public Drawable getBaseIconDrawable(ShortcutInfo shortcutInfo) {
        return mLauncherApps.getShortcutIconDrawable(shortcutInfo, mFillResIconDpi);
        return mLauncherApps.getShortcutIconDrawable(shortcutInfo, mFullResIconDpi);
    }

    /**