Work fork of an Android Jabber client for bridge users git.sr.ht/~singpolyma/cheogram-android
sopranica sgx xmpp jabber
0

Configure Feed

Select the types of activity you want to include in your feed.

More detail in the unknown viewtype exception

For easier debugging

Stephen Paul Weber (May 31, 2023, 8:51 AM -0500) 476823c2 fb970d00

+1 -1
+1 -1
src/main/java/eu/siacs/conversations/entities/Conversation.java
··· 2952 2952 return new ProgressBarViewHolder(binding); 2953 2953 } 2954 2954 default: 2955 - throw new IllegalArgumentException("Unknown viewType: " + viewType); 2955 + throw new IllegalArgumentException("Unknown viewType: " + viewType + " based on: " + response); 2956 2956 } 2957 2957 } 2958 2958