Reworked Notify class

This commit is contained in:
Manoj Khanna
2015-03-20 18:23:23 +05:30
parent acd6c2ecec
commit 4e4b8efd6e
25 changed files with 153 additions and 197 deletions

View File

@@ -129,9 +129,9 @@ public class KeychainIntentServiceHandler extends Handler {
// show error from service
if (data.containsKey(DATA_ERROR)) {
Notify.showNotify(mActivity,
Notify.create(mActivity,
mActivity.getString(R.string.error_message, data.getString(DATA_ERROR)),
Notify.Style.ERROR);
Notify.Style.ERROR).show();
}
break;