Fix build by removing reference to createToastController

Bug: 27751878
Change-Id: Ia1453021b81481984b1830224baf5fe98b11dc15
This commit is contained in:
Brian Carlstrom
2016-04-20 22:21:51 -07:00
parent 8b78e4b998
commit 59c3079ba9

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) if (DEBUG_TIMING) Log.d(LOG_TAG, "onCreate took " + (System.currentTimeMillis() - startTime)
+ " ms"); + " ms");
} }