fix: crash al arrancar + icono correcto
- MainActivity movida de es.freetimelab.el_impostor → es.freetimelab.farolero - minSdk forzado a 24 (requerido por nearby_connections) - Iconos regenerados con PIL (AAPT-compatible) - Adaptive icon con foreground/background - Feature graphic actualizado - Refs a elimpostor limpiadas en servicio_nearby
This commit is contained in:
@@ -63,7 +63,7 @@ class ServicioNearby extends ChangeNotifier {
|
||||
// onConnectionInitiated: _onConexionIniciada,
|
||||
// onConnectionResult: _onResultadoConexion,
|
||||
// onDisconnected: _onDesconexion,
|
||||
// serviceId: 'es.freetimelab.elimpostor',
|
||||
// serviceId: 'es.freetimelab.farolero',
|
||||
// );
|
||||
// _esHost = true;
|
||||
// _endpointId = nombreSala;
|
||||
@@ -96,7 +96,7 @@ class ServicioNearby extends ChangeNotifier {
|
||||
// );
|
||||
// },
|
||||
// onEndpointLost: (id) {},
|
||||
// serviceId: 'es.freetimelab.elimpostor',
|
||||
// serviceId: 'es.freetimelab.farolero',
|
||||
// );
|
||||
// return true;
|
||||
// } catch (e) {
|
||||
@@ -139,7 +139,7 @@ class ServicioNearby extends ChangeNotifier {
|
||||
/// Genera los datos para el código QR de conexión
|
||||
String generarDatosQR(String nombreSala) {
|
||||
return json.encode({
|
||||
'app': 'elimpostor',
|
||||
'app': 'farolero',
|
||||
'endpoint': _endpointId,
|
||||
'sala': nombreSala,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user