Warning: session_start(): open(/var/lib/php/sessions/sess_2bh6krcddv064rit0bhqkh7mbu, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
import android.app.*;
import android.widget.Button;
import android.view.*;
import android.view.KeyEvent;
import android.view.inputmethod.*;
import android.text.*;
static Button aButton(S text, fO action) {
final Button b = aButton(text);
if (action != null)
b.setOnClickListener(new View.OnClickListener() {
public void onClick(View v) {
temp holdInstance(b);
pcallF(action);
}
});
ret b;
}
static Button aButton(S text) {
Button b = aButton();
b.setText(text);
ret b;
}
static Button aButton() {
ret androidUI(func -> Button {
new Button(androidActivity())
});
}