Remove unused variable left from the intent rewrite
This commit is contained in:
parent
39c2aeb19a
commit
250749a3cd
@ -350,7 +350,6 @@ public class AppDetails extends ActionBarActivity implements ProgressListener, A
|
|||||||
*/
|
*/
|
||||||
private String getAppIdFromIntent() {
|
private String getAppIdFromIntent() {
|
||||||
Intent i = getIntent();
|
Intent i = getIntent();
|
||||||
Uri data = i.getData();
|
|
||||||
if (!i.hasExtra(EXTRA_APPID)) {
|
if (!i.hasExtra(EXTRA_APPID)) {
|
||||||
Log.e(TAG, "No application ID found in the intent!");
|
Log.e(TAG, "No application ID found in the intent!");
|
||||||
return null;
|
return null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user