|
@@ -37,8 +37,9 @@ public class SheepApp extends BaseApplication {
|
|
|
private NetComponent netComponent;
|
|
private NetComponent netComponent;
|
|
|
|
|
|
|
|
public static SheepApp get(Context context) {
|
|
public static SheepApp get(Context context) {
|
|
|
- return (SheepApp) context.getApplicationContext();
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+ return (SheepApp) context.getApplicationContext();
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|