Skip to content

Commit

Permalink
Fix CI with spotlessApply
Browse files Browse the repository at this point in the history
  • Loading branch information
p1gp1g committed Sep 28, 2021
1 parent 8856c62 commit 07539d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ public boolean onOptionsItemSelected(MenuItem item) {
private void deleteApp(Long appId) {
MessagingDatabase db = new MessagingDatabase(this);
String token = db.getTokenFromId(appId);
sendUnregistered(this,token);
sendUnregistered(this, token);
db.forceUnregisterApp(appId);
db.close();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
import com.github.gotify.messages.MessagesActivity;
import com.github.gotify.messages.provider.MessageFacade;
import com.github.gotify.picasso.PicassoHandler;
import java.util.ArrayList;
import io.noties.markwon.Markwon;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.concurrent.atomic.AtomicLong;
Expand Down

0 comments on commit 07539d8

Please sign in to comment.