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

Commit 2f9c944a authored by jruesga's avatar jruesga
Browse files

Fix a bug in back of navigation activity when there is a search element

parent d94a0a07
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1125,6 +1125,8 @@ public class NavigationActivity extends Activity
                    ExceptionUtil.translateException(this, e, true, false);
                    this.mHistory.remove(this.mHistory.size() - 1);
                }
            } else {
                break;
            }
        }