Skip to content

Commit

Permalink
Remove toast when using button at top
Browse files Browse the repository at this point in the history
  • Loading branch information
ylogx committed Jun 1, 2015
1 parent 86d63f0 commit e44a6fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ public boolean onOptionsItemSelected(MenuItem item) {
//noinspection SimplifiableIfStatement

if (item.getItemId() == R.id.action_refresh) {
Toast.makeText(this, getString(R.string.toast_refreshing), Toast.LENGTH_SHORT).show();
refresh();
return true;
}
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@
<string name="dialog_title_add_url">Add Url</string>
<string name="toast_unable_to_fetch_project_list">Unable to fetch project list</string>
<string name="toast_network_unavailable">Network Unavailable</string>
<string name="toast_refreshing">Refreshing</string>

</resources>

0 comments on commit e44a6fb

Please sign in to comment.