Merge "Remove ToastController."

This commit is contained in:
Andrew Sapperstein
2016-04-18 18:46:45 +00:00
committed by Android (Google) Code Review
4 changed files with 1 additions and 32 deletions

View File

@@ -683,9 +683,6 @@ public class SettingsActivity extends SettingsDrawerActivity
}
}
// Will remove this line before submitting.
FeatureFactory.getFactory(this).createToastController().makeToast(this);
if (DEBUG_TIMING) Log.d(LOG_TAG, "onCreate took " + (System.currentTimeMillis() - startTime)
+ " ms");
}