remove test toast again

This commit is contained in:
sonora 2016-07-25 00:50:56 +02:00
parent cb6009ecff
commit 19177daf2d

View file

@ -505,7 +505,7 @@ public class FavoritesTreeFragment extends OsmandExpandableListFragment {
sendIntent.setType("text/plain");
startActivity(sendIntent);
} catch (IOException e) {
Toast.makeText(getActivity(), "Error sharing favorites: " + e.getMessage(), Toast.LENGTH_LONG).show();
//Toast.makeText(getActivity(), "Error sharing favorites: " + e.getMessage(), Toast.LENGTH_LONG).show();
e.printStackTrace();
}
}