行数の削減
This commit is contained in:
parent
7cf0bde8d1
commit
04ea92e8ae
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user