行数の削減

This commit is contained in:
ろむねこ 2024-07-11 16:06:29 +09:00
parent 7cf0bde8d1
commit 04ea92e8ae
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -229,7 +229,6 @@ public class TestService extends Service {
* @param content NotificationContent 通知内容 * @param content NotificationContent 通知内容
*/ */
private void sendNotification(Context context, NotificationContent content) {//通知を行うメソッド private void sendNotification(Context context, NotificationContent content) {//通知を行うメソッド
// 権限の保有を確認 // 権限の保有を確認
if (isNotNotificationEnabled()) return; if (isNotNotificationEnabled()) return;