|
|
@@ -63,7 +63,7 @@ public class FlutterAtmobAdConfig {
|
|
|
}
|
|
|
String atmobChanel = FlutterParamsUtils.getString(params, "atmobChanel");
|
|
|
int atmobAppId = FlutterParamsUtils.getInt(params, "atmobAppId", 0);
|
|
|
- int atmobTgPlatform = FlutterParamsUtils.getInt(params, "atmobAppId", 0);
|
|
|
+ int atmobTgPlatform = FlutterParamsUtils.getInt(params, "atmobTgPlatform", 0);
|
|
|
boolean debug = FlutterParamsUtils.getBoolean(params, "debug", false);
|
|
|
|
|
|
AtmobCentral.init(applicationContext, new AtmobCentralConfig.Builder()
|