Remove ToastController.
Wasn't meant to be submitted.
Change-Id: Icc94daaf47ed85cefb59f20928241ef38d5ee2ca
(cherry picked from commit 17047d1939
)
This commit is contained in:
@@ -59,13 +59,7 @@ public abstract class FeatureFactory {
|
||||
return sFactory;
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates stub controller that makes {@link android.widget.Toast}s.
|
||||
* Will be removed before submitting.
|
||||
*/
|
||||
public abstract ToastController createToastController();
|
||||
|
||||
public static class FactoryNotFoundException extends RuntimeException {
|
||||
public static final class FactoryNotFoundException extends RuntimeException {
|
||||
public FactoryNotFoundException(Throwable throwable) {
|
||||
super("Unable to create factory. Did you misconfigure Proguard?", throwable);
|
||||
}
|
||||
|
Reference in New Issue
Block a user