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

Commit ed7df03d authored by LuK1337's avatar LuK1337
Browse files

Settings: Make setup wizard go through ChooseLockPatternSize if needed

Change-Id: Idfd3670d4b541b3618c4416b3b9dbf7d88ae3ed1
parent 92de599c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -40,7 +40,8 @@ import com.android.settings.SetupRedactionInterstitial;
public class SetupChooseLockPattern extends ChooseLockPattern {

    public static Intent modifyIntentForSetup(Context context, Intent chooseLockPatternIntent) {
        chooseLockPatternIntent.setClass(context, SetupChooseLockPattern.class);
        chooseLockPatternIntent.setClass(context, ChooseLockPatternSize.class);
        chooseLockPatternIntent.putExtra("className", SetupChooseLockPattern.class.getName());
        return chooseLockPatternIntent;
    }