Commit1eae53b9 by developer29

一个pplication updated with newest uFCoder Android library

家长 90afa123
No preview for this file type
... ... @@ -748,7 +748,7 @@ public class MainActivity extends AppCompatActivity {
if(serverUrl.equals(""))
{
Toast.makeText(getApplicationContext(),"Host is not defined",Toast.LENGTH_SHORT).show();
Toast.makeText(getApplicationContext(),"Transaction checker host is not defined",Toast.LENGTH_SHORT).show();
}
else
{
... ... @@ -820,7 +820,14 @@ public class MainActivity extends AppCompatActivity {
@Override
publicvoidonErrorResponse(VolleyErrorerror){
Toast.makeText(getApplicationContext(),"Payment failed",Toast.LENGTH_SHORT).show();
if(serverUrlPayment.equals(""))
{
Toast.makeText(getApplicationContext(),"Payment host is not defined",Toast.LENGTH_SHORT).show();
}
else
{
Toast.makeText(getApplicationContext(),"Payment failed",Toast.LENGTH_SHORT).show();
}
try{
Log.e("SendingError",error.getMessage());
... ...
    Markdownis supported
    0%or
    You are about to add0peopleto the discussion. Proceed with caution.
    Finish editing this message first!
    Pleaseregisteror发表评论
    Baidu
    map