Commit ff1461de authored by fallenstardust's avatar fallenstardust

tweak

parent 78988b71
......@@ -150,7 +150,7 @@ public abstract class HomeActivity extends BaseActivity implements NavigationVie
public void run() {
getClipboard();
}
}, 1000);
}, 500);
}
//检查是否有刘海
......@@ -629,6 +629,7 @@ public abstract class HomeActivity extends BaseActivity implements NavigationVie
dialog.dismiss();
});
dialog.setRightButtonListener((dlg, s) -> {
dialog.dismiss();
//如果是卡组url
if (isUrl) {
Deck deckInfo = new Deck(getString(R.string.rename_deck) + System.currentTimeMillis(), Uri.parse(deckMessage));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment