[android] Crashfix for migration controller.

This commit is contained in:
Dmitry Yunitsky 2016-04-06 15:17:16 +03:00 committed by Alex Zolotarev
parent e1c035e234
commit 4939196bc7

View file

@ -114,9 +114,6 @@ final class MigrationController
void attach(Container container)
{
if (mContainer != null)
throw new IllegalStateException("Must be detached before attach()");
mContainer = container;
}