Skip to content

Commit 1a4fc24

Browse files
octacodecpg
authored andcommitted
Fixed app flow. fixes #42. (#43)
fixes #42
1 parent eba7532 commit 1a4fc24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/amahi/anywhere/activity/ServerFilesActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ private void startFileSharingActivity(ServerShare share, ServerFile file) {
242242
public boolean onOptionsItemSelected(MenuItem menuItem) {
243243
switch (menuItem.getItemId()) {
244244
case android.R.id.home:
245-
finish();
245+
onBackPressed();
246246
return true;
247247

248248
default:

0 commit comments

Comments
 (0)