Added an else block that finishes the ListActivity in onActivityResult()
if started via new ringer shortcut refs #93 Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
@@ -120,6 +120,11 @@ public class ListActivity extends Activity implements OnItemClickListener, OnCli
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}).start();
|
}).start();
|
||||||
|
} else {
|
||||||
|
final String action = ListActivity.this.getIntent().getAction();
|
||||||
|
if(action != null)
|
||||||
|
if(action.equals(ACTION_NEW_RINGER))
|
||||||
|
finish();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user