1 | static AutoCloseable tempShowLoadingAnimation() {
|
2 | ret tempShowLoadingAnimation("Hold on user...");
|
3 | } |
4 | |
5 | static AutoCloseable tempShowLoadingAnimation(S text) null on exception {
|
6 | ifdef Android |
7 | ret null; |
8 | endifdef |
9 | ifndef Android |
10 | ret tempDisposeWindow(showAnimationInTopRightCorner("#1003543", text));
|
11 | endifndef |
12 | } |
Began life as a copy of #1003552
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1023357 |
| Snippet name: | tempShowLoadingAnimation |
| Eternal ID of this version: | #1023357/4 |
| Text MD5: | 11715a068c41c24431f1a6634ab2db16 |
| Author: | stefan |
| Category: | javax / talking robots / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-06-09 12:32:33 |
| Source code size: | 332 bytes / 12 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 513 / 537 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |