Merge branch 'dev' into subtitles

This commit is contained in:
kapodamy 2020-01-20 23:23:51 -03:00 committed by GitHub
commit b8f726153f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 34 additions and 67 deletions

View file

@ -78,11 +78,7 @@ public class DownloadActivity extends AppCompatActivity {
onBackPressed();
return true;
}
case R.id.action_settings: {
Intent intent = new Intent(this, SettingsActivity.class);
startActivity(intent);
return true;
}
default:
return super.onOptionsItemSelected(item);
}