mirror of
https://github.com/getrebuild/rebuild.git
synced 2025-09-08 07:36:52 +08:00
Update Callback2.java
This commit is contained in:
parent
b9f4d6a941
commit
13c36f4a3e
2 changed files with 2 additions and 3 deletions
|
@ -18,6 +18,5 @@ public interface Callback2 {
|
|||
*
|
||||
* @param res 可能是任何值,请按需处理
|
||||
*/
|
||||
default void onComplete(Object res) {
|
||||
}
|
||||
void onComplete(Object res);
|
||||
}
|
||||
|
|
|
@ -5899,7 +5899,7 @@ div.formula-code {
|
|||
background-color: rgba(255, 255, 255, 0.15);
|
||||
}
|
||||
|
||||
/* v4.2 N */
|
||||
/* v4.2 Notification */
|
||||
|
||||
.notification-list .list-nodata {
|
||||
padding-top: 70px;
|
||||
|
|
Loading…
Add table
Reference in a new issue