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

Commit 5643b78b authored by Robert Snoeberger's avatar Robert Snoeberger
Browse files

Finish ClockFacePickerActivity on "Apply" click.

Fixes: 133651908
Test: maunal - picked new clock and placed phone on stand.
Change-Id: Ib734fac0646656d87f179615cd16c969b48bcc5f
parent 391cece9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@ public class ClockFacePickerActivity extends FragmentActivity implements ClockFr
                result.putExtra(EXTRA_CLOCK_FACE_NAME, option.getId());
                setResult(RESULT_OK, result);
                callback.onSuccess();
                finish();
            }

            @Override