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

Commit 9875160c authored by stefan-niedermann's avatar stefan-niedermann
Browse files

Enhanced animation on closing about activity

parent 23652e55
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -88,4 +88,10 @@ public class AboutActivity extends AppCompatActivity {
            }
        }
    }

    @Override
    public boolean onSupportNavigateUp() {
        finish(); // close this activity as oppose to navigating up
        return true;
    }
}
 No newline at end of file