Loading services/autofill/java/com/android/server/autofill/ui/SaveUi.java +2 −1 Original line number Diff line number Diff line Loading @@ -443,7 +443,8 @@ final class SaveUi { } final BatchUpdates batchUpdates = pair.second; // First apply the updates... final RemoteViews templateUpdates = batchUpdates.getUpdates(); final RemoteViews templateUpdates = Helper.sanitizeRemoteView(batchUpdates.getUpdates()); if (templateUpdates != null) { if (sDebug) Slog.d(TAG, "Applying template updates for batch update #" + i); templateUpdates.reapply(context, customSubtitleView); Loading Loading
services/autofill/java/com/android/server/autofill/ui/SaveUi.java +2 −1 Original line number Diff line number Diff line Loading @@ -443,7 +443,8 @@ final class SaveUi { } final BatchUpdates batchUpdates = pair.second; // First apply the updates... final RemoteViews templateUpdates = batchUpdates.getUpdates(); final RemoteViews templateUpdates = Helper.sanitizeRemoteView(batchUpdates.getUpdates()); if (templateUpdates != null) { if (sDebug) Slog.d(TAG, "Applying template updates for batch update #" + i); templateUpdates.reapply(context, customSubtitleView); Loading