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

Commit 48599c06 authored by Tomasz Mikolajewski's avatar Tomasz Mikolajewski
Browse files

Do not show directory change animation on screen rotation.

When more than one level deep directory is opened.

Bug: 27090439
Change-Id: I73e789a820af3b710f0981ac12f5ea43cc389cf6
(cherry picked from commit f908640f)
parent 99d56359
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -132,7 +132,7 @@ class NavigationView {
            showBreadcrumb(true);
            showBreadcrumb(true);
            mToolbar.setTitle(null);
            mToolbar.setTitle(null);
            mIgnoreNextNavigation = true;
            mIgnoreNextNavigation = true;
            mBreadcrumb.setSelection(mBreadcrumbAdapter.getCount() - 1);
            mBreadcrumb.setSelection(mBreadcrumbAdapter.getCount() - 1, false);
        }
        }


        if (DEBUG) Log.d(TAG, "Final toolbar title is: " + mToolbar.getTitle());
        if (DEBUG) Log.d(TAG, "Final toolbar title is: " + mToolbar.getTitle());