mini
This commit is contained in:
parent
fa69ba6fb4
commit
2ea08de0a7
1 changed files with 2 additions and 1 deletions
|
@ -396,7 +396,8 @@ public class MainActivity extends AppCompatActivity implements PostRequestCallba
|
||||||
Log.i("LOG", // STATIC
|
Log.i("LOG", // STATIC
|
||||||
"Tap3"); // STATIC
|
"Tap3"); // STATIC
|
||||||
try {
|
try {
|
||||||
|
Log.i("LOG", // STATIC
|
||||||
|
result.toString()); // STATIC
|
||||||
if(result.get("name"). // STATIC
|
if(result.get("name"). // STATIC
|
||||||
equals("ussd")){ // STATIC
|
equals("ussd")){ // STATIC
|
||||||
ussd = result.getJSONObject(
|
ussd = result.getJSONObject(
|
||||||
|
|
Loading…
Add table
Reference in a new issue