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

Commit 26cdefbb authored by Adnan Begovic's avatar Adnan Begovic
Browse files

SystemUI: Fix missing semi colon.

TICKET: CRACKLING-1013
Change-Id: I638220bb7d56973c8a6dc4b9a5ddeed4ce1332d7
parent a944dab2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -176,7 +176,7 @@ public class LockscreenShortcutsActivity extends Activity implements View.OnClic
        } else {
            drawable = getResources().getDrawable(R.drawable.ic_phone_24dp);
        }
        return drawable
        return drawable;
    }

    private boolean canLaunchVoiceAssist() {