mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-28 03:25:18 +03:00
Enhanced animation on closing about activity
This commit is contained in:
parent
23652e55a3
commit
9875160c24
1 changed files with 6 additions and 0 deletions
|
@ -88,4 +88,10 @@ public class AboutActivity extends AppCompatActivity {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean onSupportNavigateUp() {
|
||||
finish(); // close this activity as oppose to navigating up
|
||||
return true;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue