Data hosted with ♥ by
Pastebin.com
-
Download Raw
-
See Original
@Override
public boolean onOptionsItemSelected(MenuItem menuItem) {
if (menuItem.getItemId() == android.R.id.home) {
onBackPressed();
Toast.makeText(this, "1", Toast.LENGTH_SHORT).show();
}
return super.onOptionsItemSelected(menuItem);
}