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

Commit 51ab82a1 authored by Danny Baumann's avatar Danny Baumann
Browse files

Fix indention.

Change-Id: Ibbac20f4b8d14aaf753c463293bc4caa6c64cb91
parent e18e0f1d
Loading
Loading
Loading
Loading
+38 −39
Original line number Diff line number Diff line
@@ -90,7 +90,8 @@ if (mStoredTargets == null) {
                                ((SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE))
                                .getAssistIntent(mContext, true, UserHandle.USER_CURRENT);
                        if (assistIntent != null) {
                        mActivityLauncher.launchActivity(assistIntent, false, true, null, null);
                            mActivityLauncher.launchActivity(assistIntent,
                                    false, true, null, null);
                        } else {
                            Log.w(TAG, "Failed to get intent for assist activity");
                        }
@@ -108,8 +109,7 @@ if (mStoredTargets == null) {
                        mCallback.dismiss(false);
                    break;
                }
            } else {
                if (target == mTargetOffset) {
            } else if (target == mTargetOffset) {
                mCallback.dismiss(false);
            } else {
                int realTarget = target - mTargetOffset - 1;
@@ -128,7 +128,6 @@ if (mStoredTargets == null) {
                }
            }
        }
        }

        public void onReleased(View v, int handle) {
            if (!mIsBouncing) {