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

Commit 2116cc21 authored by jruesga's avatar jruesga
Browse files

Refresh the navigation view after back from the search view

* Refresh the navigation view after back from the search view
* Clean up
parent d8214adf
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -730,6 +730,10 @@ public class NavigationActivity extends Activity
                    if (searchInfo != null && searchInfo.isSuccessNavigation()) {
                        //Navigate to previous history
                        back();
                    } else {
                        // I don't know is the search view was changed, so do a refresh
                        // of the navigation view
                        getCurrentNavigationView().refresh();
                    }
                }
                break;
+1 −1

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.