mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Fixme added
This commit is contained in:
parent
895e386648
commit
f42bc80f2f
2 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ public abstract class HandlerService<T> extends Service {
|
|||
|
||||
@Override
|
||||
public void handleMessage(Message msg) {
|
||||
//FIXME: Google Photos bug
|
||||
handle(msg.what, (T)msg.obj);
|
||||
stopSelf(msg.arg1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue