Skip to content

Commit

Permalink
fix(network): use MoshidonAndroid as user agent
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasGGamerM committed Jul 23, 2024
1 parent 5edbe9b commit 1d7cbcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public void onCreate(){
params.diskCacheSize=100*1024*1024;
params.maxMemoryCacheSize=Integer.MAX_VALUE;
ImageCache.setParams(params);
NetworkUtils.setUserAgent("MastodonAndroid/"+BuildConfig.VERSION_NAME);
NetworkUtils.setUserAgent("MoshidonAndroid/"+BuildConfig.VERSION_NAME);

PushSubscriptionManager.tryRegisterFCM();
GlobalUserPreferences.load();
Expand Down

0 comments on commit 1d7cbcc

Please sign in to comment.