Bug 738676 - Pairing multiple devices. r=rnewman a=blocking-fennec

This commit is contained in:
Chenxia Liu 2012-04-18 14:02:21 -07:00
parent 27feb4a559
commit 12e114494a

View File

@ -157,7 +157,9 @@ public class SetupSyncActivity extends AccountAuthenticatorActivity {
@Override
public void onNewIntent(Intent intent) {
Logger.debug(LOG_TAG, "Started SetupSyncActivity with new intent.");
setIntent(intent);
onResume();
}
/* Click Handlers */