mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-11-04 01:03:00 +00:00 
			
		
		
		
	Revert some more changes
This commit is contained in:
		@@ -46,8 +46,7 @@ public class ChannelInfoItemHolder extends ChannelMiniInfoItemHolder {
 | 
			
		||||
        if (!(infoItem instanceof ChannelInfoItem)) {
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
        final ChannelInfoItem item;
 | 
			
		||||
        item = (ChannelInfoItem) infoItem;
 | 
			
		||||
        final ChannelInfoItem item = (ChannelInfoItem) infoItem;
 | 
			
		||||
 | 
			
		||||
        itemChannelDescriptionView.setText(item.getDescription());
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
@@ -179,10 +179,6 @@ public abstract class BaseImportExportService extends Service {
 | 
			
		||||
        notificationManager.notify(getNotificationId(), notificationBuilder.build());
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /*//////////////////////////////////////////////////////////////////////////
 | 
			
		||||
    // Toast
 | 
			
		||||
    //////////////////////////////////////////////////////////////////////////*/
 | 
			
		||||
 | 
			
		||||
    protected NotificationCompat.Builder createNotification() {
 | 
			
		||||
        return new NotificationCompat.Builder(this, getString(R.string.notification_channel_id))
 | 
			
		||||
                .setOngoing(true)
 | 
			
		||||
@@ -192,6 +188,10 @@ public abstract class BaseImportExportService extends Service {
 | 
			
		||||
                .setContentTitle(getString(getTitle()));
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /*//////////////////////////////////////////////////////////////////////////
 | 
			
		||||
    // Toast
 | 
			
		||||
    //////////////////////////////////////////////////////////////////////////*/
 | 
			
		||||
 | 
			
		||||
    protected void showToast(@StringRes final int message) {
 | 
			
		||||
        showToast(getString(message));
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user