@Override
 protected void onNewIntent(Intent intent) {
   super.onNewIntent(intent);
   mCurrentIntent = intent;
   fetchData();
 }