Skip to content

Commit

Permalink
Merge pull request #824 from ferredoxin/qwq233-patch-1
Browse files Browse the repository at this point in the history
Mark ExfriendManager as Deprecated
  • Loading branch information
qwq233 committed Apr 17, 2021
2 parents bc0f4be + c08f4b1 commit c768cb7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/main/java/nil/nadph/qnotified/ExfriendManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@
import nil.nadph.qnotified.util.Toasts;
import nil.nadph.qnotified.util.Utils;

/**
* @deprecated 设计不合理 将陆续弃用并在重构中移除
*/
@Deprecated
public class ExfriendManager implements SyncUtils.OnFileChangedListener {

static public final int ID_EX_NOTIFY = 65537;
Expand Down

0 comments on commit c768cb7

Please sign in to comment.